mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-31 10:03:58 -05:00
defuzz remove-snippets-from-home.patch
This commit is contained in:
parent
d609304daa
commit
d172ac62ec
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/browser/components/newtab/lib/AboutPreferences.jsm
|
--- a/browser/components/newtab/lib/AboutPreferences.jsm
|
||||||
+++ b/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 = () => [];
|
+const PREFS_AFTER_SECTIONS = () => [];
|
||||||
|
|
||||||
this.AboutPreferences = class AboutPreferences {
|
class AboutPreferences {
|
||||||
init() {
|
init() {
|
||||||
|
|
Loading…
Reference in a new issue