mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-18 10:22:30 -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:
commit
f15be9c6b4
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…
Add table
Reference in a new issue