mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 10:56:36 +00:00
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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user