You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the guidance in this repo. It's really helpful!
Today after I trying to upgrade the latest firefox with the version 127.0.1, I've found a new config to make the browser UI with macOS native tabbar without setting the css in the profile folder.
It looks like we can just flip these 2 items to true in about:config :
widget.macos.titlebar-blend-mode.behind-window
browser.theme.macos.native-theme
Please let me know if it works for you :)
The text was updated successfully, but these errors were encountered:
FYI: A new configuration for the native theme has been added in the latest Firefox Beta version (not quite sure about the specific version, I am now using 133). If the above two properties do not work , please try setting browser.theme.native-theme to true. It seems that browser.theme.macos.native-theme has been deprecated.
Thanks for the guidance in this repo. It's really helpful!
Today after I trying to upgrade the latest firefox with the version 127.0.1, I've found a new config to make the browser UI with macOS native tabbar without setting the css in the profile folder.
It looks like we can just flip these 2 items to
true
inabout:config
:widget.macos.titlebar-blend-mode.behind-window
browser.theme.macos.native-theme
Please let me know if it works for you :)
The text was updated successfully, but these errors were encountered: