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:
parent
fe6ff1d861
commit
15ba0e066c
2 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
13
patches/ui-patches/hide-website-appearance.patch
Normal file
13
patches/ui-patches/hide-website-appearance.patch
Normal 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"/>
|
Loading…
Reference in a new issue