feat: Small quality fixes, b=no-bug, c=common, compact-mode, folders, kbs, split-view

This commit is contained in:
Mr. M
2025-09-12 15:00:47 +02:00
parent 171da8bc68
commit 53241eb1be
9 changed files with 50 additions and 13 deletions

View File

@@ -880,7 +880,7 @@ var gZenCKSSettings = {
const labelValue = zenMissingKeyboardShortcutL10n[keyID] ?? l10nID;
if (zenIgnoreKeyboardShortcutL10n.includes(labelValue)) {
if (zenIgnoreKeyboardShortcutL10n.includes(labelValue) || shortcut.shouldBeEmpty) {
continue;
}