0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

add patch to hide website appearance settings

This commit is contained in:
Malte Jürgens 2022-05-03 22:50:12 +02:00
parent fe6ff1d861
commit 15ba0e066c
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
2 changed files with 14 additions and 0 deletions

View file

@ -14,6 +14,7 @@ patches/sed-patches/remove-internal-plugin-certs.patch
patches/sed-patches/stop-undesired-requests2.patch
patches/ui-patches/handlers.patch
patches/ui-patches/hide-default-browser.patch
patches/ui-patches/hide-website-appearance.patch
patches/ui-patches/lw-logo-devtools.patch
patches/ui-patches/pref-naming.patch
patches/ui-patches/privacy-preferences.patch

View file

@ -0,0 +1,13 @@
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
index 11e2418..14aed40 100644
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
@@ -127,7 +127,7 @@
</hbox>
<!-- Website appearance -->
-<groupbox id="webAppearanceGroup" data-category="paneGeneral" hidden="true">
+<groupbox id="webAppearanceGroup" data-category="paneGeneral" hidden="true" style="display: none">
<html:h2 data-l10n-id="preferences-web-appearance-header"/>
<html:div id="webAppearanceSettings">
<description data-l10n-id="preferences-web-appearance-description"/>