firefox: set widget.gtk.libadwaita-colors.enabled to false.
This commit is contained in:
parent
6c18992228
commit
1cab53cfe5
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue