Update preferences.json

This commit is contained in:
Kaedriz 2025-05-24 16:17:13 +02:00 committed by GitHub
parent 2d1bb4c461
commit 3a842f7dd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
}, },
{ {
"property": "zen.mods.AudioIndicatorEnhanced.returnOldIcons", "property": "zen.mods.AudioIndicatorEnhanced.returnOldIcons",
"label": "Bring back default Firefox icons", "label": "Bring back default Firefox icons (Not applicable to Audio Wave mode)",
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
}, },
@ -16,5 +16,11 @@
"label": "Audio Wave: Brings new look for audio indicator.", "label": "Audio Wave: Brings new look for audio indicator.",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": false
},
{
"property": "zen.mods.AudioIndicatorEnhanced.reverseAudioIcons",
"label": "Reverse audio icons.",
"type": "checkbox",
"defaultValue": false
} }
] ]