Update preferences.json - set flag configs to false by default

This commit is contained in:
Sameera Sandakelum 2025-06-14 20:15:41 +05:30 committed by GitHub
parent 19ecab2d1e
commit 88712b2c3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,13 @@
"property": "browser.tabs.allow_transparent_browser", "property": "browser.tabs.allow_transparent_browser",
"label": "👀 Allow transparency (TURN OFF BEFORE UNINSTALL)", "label": "👀 Allow transparency (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": false
}, },
{ {
"property": "zen.widget.linux.transparency", "property": "zen.widget.linux.transparency",
"label": "👀 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)", "label": "👀 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true, "defaultValue": false,
"disabledOn": ["windows", "macos"] "disabledOn": ["windows", "macos"]
}, },
{ {