mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-09 23:03:35 +00:00
fix: Fixed unified extension pref not working, b=no-bug, c=common
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
value: '@IS_TWILIGHT@'
|
||||
|
||||
- name: zen.theme.hide-unified-extensions-button
|
||||
value: false
|
||||
value: true
|
||||
|
||||
# ==== Mark: border radius ====
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user