mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Update preferences.json - set flag configs to false by default
This commit is contained in:
parent
19ecab2d1e
commit
88712b2c3f
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
"property": "browser.tabs.allow_transparent_browser",
|
||||
"label": "👀 Allow transparency (TURN OFF BEFORE UNINSTALL)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"property": "zen.widget.linux.transparency",
|
||||
"label": "👀 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
|
||||
"type": "checkbox",
|
||||
"defaultValue": true,
|
||||
"defaultValue": false,
|
||||
"disabledOn": ["windows", "macos"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue