mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 04:42:39 +02:00
feat(settings): add DesktopShortcutsContent component for managing hotkeys and update user settings dialog
This commit is contained in:
parent
84145566e3
commit
fb2aecea46
4 changed files with 127 additions and 83 deletions
|
|
@ -152,7 +152,7 @@ export default function DesktopLoginPage() {
|
|||
{shortcutsLoaded ? (
|
||||
<div className="flex flex-col gap-2">
|
||||
<p className="text-xs font-medium uppercase tracking-wider text-muted-foreground">
|
||||
Keyboard Shortcuts
|
||||
Hotkeys
|
||||
</p>
|
||||
<div className="flex flex-col gap-1.5">
|
||||
<ShortcutRecorder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue