From a3041f4c5bf52eba99d6089286050dc6a47d8d99 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 21 Jan 2026 22:09:18 +0000 Subject: [PATCH] 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' --- src/components/nostr/user-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nostr/user-menu.tsx b/src/components/nostr/user-menu.tsx index f7cb5ef..8d6806a 100644 --- a/src/components/nostr/user-menu.tsx +++ b/src/components/nostr/user-menu.tsx @@ -487,7 +487,7 @@ export default function UserMenu() { addWindow("settings", {}, "Settings")} + onClick={() => addWindow("settings", {}, "settings")} > Settings