Cleanup and release

This commit is contained in:
Matt Rubens
2025-02-01 11:57:52 -05:00
parent 1e5a257e52
commit 14683cc3c5
4 changed files with 13 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ const ContextMenu: React.FC<ContextMenuProps> = ({
const getIconForOption = (option: ContextMenuQueryItem): string => {
switch (option.type) {
case ContextMenuOptionType.OpenedFile:
return "star-full"
return "window"
case ContextMenuOptionType.File:
return "file"
case ContextMenuOptionType.Folder: