mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Cleanup and release
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user