mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 09:16:22 +02:00
fix(settings): update user settings dialog labels and enhance DesktopShortcutsContent component for better hotkey management
This commit is contained in:
parent
fb2aecea46
commit
46056ee514
3 changed files with 161 additions and 41 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue