[breaking] changed default layout of the customizable UI

This commit is contained in:
mr. M
2024-10-29 23:42:05 +01:00
parent a08df8f9ef
commit 0552c2f245
6 changed files with 34 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ pref('zen.welcomeScreen.enabled', true);
pref('zen.welcomeScreen.seen', false);
pref('zen.tabs.vertical', true);
pref('zen.tabs.vertical.right-side', false);
pref('zen.tabs.show-newtab-under', false);
pref('zen.tabs.show-newtab-under', true);
pref('zen.theme.accent-color', "#aac7ff");
pref('zen.theme.border-radius', 8); // In pixels
pref('zen.theme.content-element-separation', 6); // In pixels
@@ -247,3 +247,5 @@ pref("network.fetchpriority.enabled", true);
// No Proxy should be default, Use system proxy allows antivirus, virus or system proxy to MITM or slowing down Zen
pref("network.proxy.type", 0);
// for the new layout:
pref('browser.download.autohideButton', false);