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:
Claude
2026-01-21 22:09:18 +00:00
parent 50c5319071
commit a3041f4c5b

View File

@@ -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>