Update preferences.json

This commit is contained in:
mr. m 2025-05-31 01:50:55 +02:00 committed by GitHub
parent 3141fc304a
commit a7b8ace3c9
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": "\ud83d\udc40 Allow transparency (TURN OFF BEFORE UNINSTALL)", "label": "\ud83d\udc40 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": "\ud83d\udc40 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)", "label": "\ud83d\udc40 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true, "defaultValue": false,
"disabledOn": [ "disabledOn": [
"windows", "windows",
"macos" "macos"
@ -103,4 +103,4 @@
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
} }
] ]