Skip to content

Commit

Permalink
Add support for Mica effect on Windows operating system
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cheff committed Dec 26, 2024
1 parent 48fdde5 commit 59a84c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/base/zen-components/ZenRices.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
'zen.tabs.vertical.right-side',
'zen.view.experimental-no-window-controls',
'zen.view.hide-window-controls',
...(gZenOperatingSystemCommonUtils.currentOperatingSystem === "windows"
? ['widget.windows.mica']
: []
),
];
const stringPrefsToCollect = [
'browser.uiCustomization.state'
Expand Down

0 comments on commit 59a84c3

Please sign in to comment.