mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-03 18:44:39 +00:00
fix: Fixed toggling sidebar not hiding compact mode, b=closes #11049, c=common
This commit is contained in:
@@ -712,6 +712,7 @@ var gZenVerticalTabsManager = {
|
||||
toggleExpand() {
|
||||
const newVal = !Services.prefs.getBoolPref('zen.view.sidebar-expanded');
|
||||
Services.prefs.setBoolPref('zen.view.sidebar-expanded', newVal);
|
||||
Services.prefs.setBoolPref('zen.view.use-single-toolbar', false);
|
||||
},
|
||||
|
||||
get navigatorToolbox() {
|
||||
|
||||
Reference in New Issue
Block a user