fix: Fixed unified extension pref not working, b=no-bug, c=common

This commit is contained in:
Mr. M
2025-11-13 17:04:07 +01:00
parent 609aa386f0
commit d73176759f
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
value: '@IS_TWILIGHT@'
- name: zen.theme.hide-unified-extensions-button
value: false
value: true
# ==== Mark: border radius ====

View File

@@ -492,7 +492,7 @@ body > #confetti {
}
}
@media (-moz-pref('zen.theme.hide-unified-extensions-button')) {
@media -moz-pref('zen.theme.hide-unified-extensions-button') {
#unified-extensions-button {
display: none !important;
}