diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 973c12647..ee9813b48 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -26,6 +26,10 @@ pref('browser.compactmode.show', true); #ifdef XP_WIN pref("browser.privateWindowSeparation.enabled", false); + +// Mica +pref("widget.windows.mica", true); +pref("widget.windows.mica.popups", true); #endif pref('browser.newtabpage.activity-stream.newtabWallpapers.enabled', true); diff --git a/src/browser/base/content/zen-assets.inc.xhtml b/src/browser/base/content/zen-assets.inc.xhtml index bb3a4da8b..7aa2863f3 100644 --- a/src/browser/base/content/zen-assets.inc.xhtml +++ b/src/browser/base/content/zen-assets.inc.xhtml @@ -10,7 +10,6 @@ - diff --git a/src/modules/libpref/init/StaticPrefList-yaml.patch b/src/modules/libpref/init/StaticPrefList-yaml.patch index 378369bea..4beadaeea 100644 --- a/src/modules/libpref/init/StaticPrefList-yaml.patch +++ b/src/modules/libpref/init/StaticPrefList-yaml.patch @@ -1,24 +1,8 @@ diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml -index 85974462e5ce2b7dbf85bd5c79f09b3db5c25915..f914f5c0f29be4149be15265bb6571ae92fb23cc 100644 +index 2f0bb8a6e21bec5c89a4a25413bf8d1308210f52..450d8265c128861f3ad5973ec0417b9463ebffd0 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml -@@ -18462,13 +18462,13 @@ - # Whether we use the mica backdrop. Off by default for now. - - name: widget.windows.mica - type: bool -- value: false -+ value: true - mirror: always - - # Whether we use the mica backdrop for popups. Off by default for now. - - name: widget.windows.mica.popups - type: RelaxedAtomicBool -- value: false -+ value: true - mirror: always - - # Whether we expand the client area into the taskbar hidden edge on maximized -@@ -18594,6 +18594,7 @@ +@@ -18598,6 +18598,7 @@ mirror: always #endif