chore: Add floating URL bar preference to theme settings

This commit is contained in:
Mauro Balades
2024-07-31 11:19:49 +02:00
parent d5164f05a5
commit 234f4ecfed
5 changed files with 85 additions and 8 deletions

View File

@@ -67,6 +67,7 @@ pref('zen.tabs.vertical', true);
pref('zen.theme.accent-color', "#aac7ff");
pref('zen.theme.toolbar-themed', true);
pref('zen.theme.pill-button', false);
pref('zen.theme.floating-urlbar', false);
pref('zen.view.compact', false);
pref('zen.view.compact.hide-toolbar', false);
pref('zen.view.sidebar-expanded', false);