mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 13:55:40 -04:00
fix: setting item in menu bar (#1485)
This commit is contained in:
@@ -9,7 +9,7 @@ export function useKeybindHandler() {
|
||||
useEffect(() => {
|
||||
const handler = (e: KeybindEvent) => {
|
||||
if (e.detail.action === 'open_settings') {
|
||||
navigate('/settings');
|
||||
navigate('/settings/client/general');
|
||||
e.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user