diff --git a/patches/ui-patches/remove-snippets-from-home.patch b/patches/ui-patches/remove-snippets-from-home.patch index 4bd88ca..f6da8ff 100644 --- a/patches/ui-patches/remove-snippets-from-home.patch +++ b/patches/ui-patches/remove-snippets-from-home.patch @@ -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() {