mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 23:16:50 +02:00
fix: pass 'settings' command string when opening from menu
Changed the command string from 'Settings' to 'settings' when opening the settings window from the user menu. This ensures clicking edit on the settings window shows the correct command: 'settings'
This commit is contained in:
@@ -487,7 +487,7 @@ export default function UserMenu() {
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem
|
||||
className="cursor-crosshair"
|
||||
onClick={() => addWindow("settings", {}, "Settings")}
|
||||
onClick={() => addWindow("settings", {}, "settings")}
|
||||
>
|
||||
<Settings className="size-4 text-muted-foreground mr-2" />
|
||||
<span className="text-sm">Settings</span>
|
||||
|
||||
Reference in New Issue
Block a user