From d73176759f177f25860b9577e109d9644c640bcf Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Thu, 13 Nov 2025 17:04:07 +0100 Subject: [PATCH] fix: Fixed unified extension pref not working, b=no-bug, c=common --- prefs/zen/theme.yaml | 2 +- src/zen/common/styles/zen-single-components.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prefs/zen/theme.yaml b/prefs/zen/theme.yaml index afbc4ba01..28250f6f9 100644 --- a/prefs/zen/theme.yaml +++ b/prefs/zen/theme.yaml @@ -36,7 +36,7 @@ value: '@IS_TWILIGHT@' - name: zen.theme.hide-unified-extensions-button - value: false + value: true # ==== Mark: border radius ==== diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 094841385..87b40eed1 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -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; }