mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-03 14:19:19 +00:00
fix: Fixed unified extension pref not working, b=no-bug, c=common
This commit is contained in:
@@ -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