Marco Scardovi f5d7f78038
app-mobilephone/mobile-config-firefox: add package
this package is for making firefox (non bin) mobile friendly

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-06-22 18:46:49 +02:00

13 lines
411 B
Diff

diff --git a/src/mobile-config-prefs.js b/src/mobile-config-prefs.js
index 6090643..787e48e 100644
--- a/src/mobile-config-prefs.js
+++ b/src/mobile-config-prefs.js
@@ -33,3 +33,7 @@ pref('toolkit.cosmeticAnimations.enabled', false);
// Disable download animations, save CPU
pref('browser.download.animateNotifications', false);
+
+// Disable the new Proton design
+pref('browser.proton.enabled', false);
+