mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Update preferences.json - added linux transparency easy toggle
This commit is contained in:
parent
3719154a06
commit
f06eee1b2d
1 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,13 @@
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"defaultvalue": true
|
"defaultvalue": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"property": "zen.widget.linux.transparency",
|
||||||
|
"label": "Allow zen browser on linux to be transparent (Turn off before uninstall)",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultvalue": true,
|
||||||
|
"disabledOn": ["windows", "macos"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"property": "mod.sameerasw.zen_bg_color_enabled",
|
"property": "mod.sameerasw.zen_bg_color_enabled",
|
||||||
"label": "Enable custom background color for Zen",
|
"label": "Enable custom background color for Zen",
|
||||||
|
@ -59,4 +66,4 @@
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"defaultvalue": false
|
"defaultvalue": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue