1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 01:19:59 +02:00

Updated to firefox 133.0.3 and fixed title bar issues with mica

This commit is contained in:
mr. M 2024-12-12 20:48:40 +01:00
parent 52a607d0fb
commit b652840090
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
5 changed files with 24 additions and 18 deletions

View file

@ -0,0 +1,13 @@
diff --git a/xpfe/appshell/AppWindow.cpp b/xpfe/appshell/AppWindow.cpp
index 69157dd642fe2f20bd77fb9e39fe3ae0c2806176..d4d0aa69ae6e3fd995255f22e1088eca0e58e959 100644
--- a/xpfe/appshell/AppWindow.cpp
+++ b/xpfe/appshell/AppWindow.cpp
@@ -1845,7 +1845,7 @@ nsresult AppWindow::MaybeSaveEarlyWindowPersistentValues(
}
}
- settings.verticalTabs = Preferences::GetBool("sidebar.verticalTabs", false);
+ settings.verticalTabs = Preferences::GetBool("zen.tabs.vertical", false);
Unused << PersistPreXULSkeletonUIValues(settings);
#endif