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

Merge branch 'defuzz-103.0' into 'main'

defuzz remove-snippets-from-home.patch

See merge request librewolf-community/browser/source!42
This commit is contained in:
stanzabird 2022-12-02 17:45:38 +00:00
commit f15be9c6b4

View file

@ -1,6 +1,6 @@
--- a/browser/components/newtab/lib/AboutPreferences.jsm
+++ b/browser/components/newtab/lib/AboutPreferences.jsm
@@ -54,18 +54,7 @@
@@ -56,18 +56,7 @@ const PREFS_BEFORE_SECTIONS = () => [
},
];
@ -18,5 +18,5 @@
-];
+const PREFS_AFTER_SECTIONS = () => [];
this.AboutPreferences = class AboutPreferences {
class AboutPreferences {
init() {