From 3ef07530a4304f926941627a9f66e9351fa2e89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 22 Jun 2022 09:45:07 +0000 Subject: [PATCH] Bug 1775247 - Enable widget.use-theme-accent on Windows. r=cmartin Just like we do in all other platforms where we use the system accent color. Differential Revision: https://phabricator.services.mozilla.com/D149878 --- modules/libpref/init/StaticPrefList.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index bc255b7f75b3..70fe92be0a7a 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -13500,11 +13500,7 @@ # Whether we should use the default accent color or the theme-provided one. - name: widget.use-theme-accent type: RelaxedAtomicBool -#if defined(MOZ_WIDGET_GTK) || defined(XP_MACOSX) || defined(ANDROID) value: true -#else - value: false -#endif mirror: always # Whether we should try to use WebRender to render widgets.