firefox: set widget.gtk.libadwaita-colors.enabled to false.

This commit is contained in:
Luis Guzmán 2024-04-04 21:46:57 +00:00
parent 6c18992228
commit 63ffabcd4a

View file

@ -284,3 +284,6 @@ pref("browser.newtabpage.activity-stream.fxaccounts.endpoint", "");
// Disable Normandy (remote settings changer for AB testing) // Disable Normandy (remote settings changer for AB testing)
pref("app.normandy.enabled", false); pref("app.normandy.enabled", false);
pref("app.normandy.api_url", ""); pref("app.normandy.api_url", "");
// Disable Adwaita theme by default.
pref("widget.gtk.libadwaita-colors.enabled", false);