mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 12:57:51 +00:00
Add support for Mica effect on Windows operating system
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user