Updated patch

This commit is contained in:
Gerben Jan Dijkman 2024-06-04 17:13:25 +02:00
parent ce061d8cbb
commit 70c626a61d
2 changed files with 0 additions and 16 deletions

View File

@ -1,12 +0,0 @@
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);
+

View File

@ -11,10 +11,6 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
PATCHES=(
"${FILESDIR}"/disable-proton-ui.patch
)
src_install() {
default
mv "${D}"/usr/lib "${D}"/usr/lib64 || die