From 5ddedbbd50a402458098578f2bf5abbe40c7caf2 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Mon, 12 May 2025 00:14:21 -0700 Subject: [PATCH] Disable acrylic pref for now Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- src/browser/app/profile/features.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/app/profile/features.inc b/src/browser/app/profile/features.inc index d4fff23ad..ade9013a7 100644 --- a/src/browser/app/profile/features.inc +++ b/src/browser/app/profile/features.inc @@ -37,7 +37,7 @@ pref('zen.theme.border-radius', 8); // In pixels #ifdef XP_MACOSX pref('zen.theme.acrylic-elements', false); #else -pref('zen.theme.acrylic-elements', true); +pref('zen.theme.acrylic-elements', false); #endif pref('zen.theme.color-prefs.use-workspace-colors', true);