fix(settings): update user settings dialog labels and enhance DesktopShortcutsContent component for better hotkey management

This commit is contained in:
Anish Sarkar 2026-04-23 23:52:49 +05:30
parent fb2aecea46
commit 46056ee514
3 changed files with 161 additions and 41 deletions

View file

@ -101,7 +101,11 @@ export function UserSettingsDialog() {
},
...(isDesktop
? [
{ value: "desktop", label: "Desktop", icon: <Monitor className="h-4 w-4" /> },
{
value: "desktop",
label: "App Preferences",
icon: <Monitor className="h-4 w-4" />,
},
{
value: "desktop-shortcuts",
label: "Hotkeys",