feat: Add compact view option to preferences

The code changes introduce a new preference option for enabling the compact view in the Zen browser. This allows users to show only the toolbars they use, improving the browsing experience for those who prefer a minimalistic interface.

(closes #31)
This commit is contained in:
Mauro Balades
2024-05-21 19:13:03 +02:00
parent 11467a5126
commit 2885d200d5
5 changed files with 69 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ pref('zen.welcomeScreen.seen', false);
pref('zen.tabs.vertical', true);
pref('zen.theme.accent-color', "#aac7ff");
pref('zen.theme.toolbar-themed', true);
pref('zen.view.compact', false);
pref('browser.cache.jsbc_compression_level', 3);