mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-18 19:07:29 +00:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
14 lines
546 B
C++
14 lines
546 B
C++
diff --git a/xpfe/appshell/AppWindow.cpp b/xpfe/appshell/AppWindow.cpp
|
|
index 43b1546c4f4e4a2cba57c69ffb414c0b26c21ddd..0989f74f2f2e219162298d6ad7ea5c68ca9491a1 100644
|
|
--- a/xpfe/appshell/AppWindow.cpp
|
|
+++ b/xpfe/appshell/AppWindow.cpp
|
|
@@ -1879,7 +1879,7 @@ nsresult AppWindow::MaybeSaveEarlyWindowPersistentValues(
|
|
}
|
|
}
|
|
|
|
- settings.verticalTabs = Preferences::GetBool("sidebar.verticalTabs", false);
|
|
+ settings.verticalTabs = Preferences::GetBool("zen.tabs.vertical", false);
|
|
|
|
(void)PersistPreXULSkeletonUIValues(settings);
|
|
#endif
|