chore: Update preferences for legacy toolbar location in zen browser UI

This commit is contained in:
mauro-balades
2024-09-02 22:21:57 +02:00
parent 54395acd2a
commit acf057acc5
5 changed files with 16 additions and 4 deletions

View File

@@ -501,5 +501,10 @@ Preferences.addAll([
id: "zen.keyboard.shortcuts.disable-firefox",
type: "bool",
default: false,
},
{
id: "zen.themes.tabs.legacy-location",
type: "bool",
default: false,
}
]);

View File

@@ -32,6 +32,9 @@
data-l10n-id="zen-look-and-feel-compact-view-top-toolbar"
preference="zen.view.compact.hide-toolbar"/>
</vbox>
<checkbox id="zenLooksAndFeelShowLegacyToolbar"
data-l10n-id="zen-look-and-feel-legacy-toolbar"
preference="zen.themes.tabs.legacy-location"/>
</groupbox>
<hbox id="zenThemeCategory"