[breaking change]: Removed the hide expand sidebar button

This commit is contained in:
mr. M
2024-10-26 18:34:06 +02:00
parent b32cbe1651
commit 3a517317a3
4 changed files with 1 additions and 16 deletions

View File

@@ -94,9 +94,8 @@ pref('zen.view.compact.toolbar-flash-popup.duration', 800);
pref('zen.view.compact.toolbar-hide-after-hover.duration', 1000);
pref('zen.view.sidebar-height-throttle', 200); // in ms
pref('zen.view.sidebar-expanded', false);
pref('zen.view.sidebar-expanded', true);
pref('zen.view.sidebar-expanded.on-hover', false);
pref('zen.view.sidebar-expanded.show-button', true);
pref('zen.view.sidebar-expanded.max-width', 400);
pref('zen.view.show-bottom-border', false);