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",
"label": "\ud83d\udc40 Allow transparency (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox",
"defaultValue": true
"defaultValue": false
},
{
"property": "zen.widget.linux.transparency",
"label": "\ud83d\udc40 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox",
"defaultValue": true,
"defaultValue": false,
"disabledOn": [
"windows",
"macos"
@ -103,4 +103,4 @@
"type": "checkbox",
"defaultValue": false
}
]
]