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:
parent
52a607d0fb
commit
b652840090
5 changed files with 24 additions and 18 deletions
13
src/xpfe/appshell/AppWindow-cpp.patch
Normal file
13
src/xpfe/appshell/AppWindow-cpp.patch
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue