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 committed by Ark74
parent 6c18992228
commit 1cab53cfe5

View file

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