mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-28 23:56:11 +00:00
feat: Remove duplicate statements, b=no-bug, c=kbs
This commit is contained in:
@@ -1014,9 +1014,6 @@ class nsZenKeyboardShortcutsVersioner {
|
||||
''
|
||||
)
|
||||
);
|
||||
|
||||
// 2) Remove default Open File keybinding entirely (menu item remains available)
|
||||
data = data.filter((shortcut) => shortcut.getAction?.() !== 'Browser:OpenFile');
|
||||
}
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user