Add option in zenLooksAndFeel to enable toolbar-flash-popup

This commit is contained in:
brahim
2024-09-07 15:18:56 +02:00
parent 1f6e24c192
commit 46fdd7dcc1
4 changed files with 14 additions and 4 deletions

View File

@@ -522,6 +522,11 @@ Preferences.addAll([
type: "bool",
default: false,
},
{
id: "zen.view.compact.toolbar-flash-popup",
type: "bool",
default: true,
},
{
id: "zen.workspaces.enabled",
type: "bool",

View File

@@ -30,7 +30,10 @@
<vbox class="indent">
<checkbox id="zenLooksAndFeelShowCompactViewToolbar"
data-l10n-id="zen-look-and-feel-compact-view-top-toolbar"
preference="zen.view.compact.hide-toolbar"/>
preference="zen.view.compact.hide-toolbar"/>
<checkbox id="zenLooksAndFeelEnableToolbarFlashPopup"
data-l10n-id="zen-look-and-feel-compact-toolbar-flash-popup"
preference="zen.view.compact.toolbar-flash-popup"/>
</vbox>
<checkbox id="zenLooksAndFeelShowLegacyToolbar"
data-l10n-id="zen-look-and-feel-legacy-toolbar"