Update preferences.json - added linux transparency easy toggle

This commit is contained in:
Sameera Sandakelum 2025-04-12 03:47:32 +05:30 committed by GitHub
parent 3719154a06
commit f06eee1b2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
} }
] ]