mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
feat: Small quality fixes, b=no-bug, c=common, compact-mode, folders, kbs, split-view
This commit is contained in:
@@ -880,7 +880,7 @@ var gZenCKSSettings = {
|
||||
|
||||
const labelValue = zenMissingKeyboardShortcutL10n[keyID] ?? l10nID;
|
||||
|
||||
if (zenIgnoreKeyboardShortcutL10n.includes(labelValue)) {
|
||||
if (zenIgnoreKeyboardShortcutL10n.includes(labelValue) || shortcut.shouldBeEmpty) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user