mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Remove remove-snippets-from-home.patch
See https://bugzilla.mozilla.org/show_bug.cgi?id=1715158
This commit is contained in:
parent
4f652e3766
commit
9c640bd4ac
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
--- a/browser/components/newtab/lib/AboutPreferences.jsm
|
||||
+++ b/browser/components/newtab/lib/AboutPreferences.jsm
|
||||
@@ -56,18 +56,7 @@ const PREFS_BEFORE_SECTIONS = () => [
|
||||
},
|
||||
];
|
||||
|
||||
-const PREFS_AFTER_SECTIONS = () => [
|
||||
- {
|
||||
- id: "snippets",
|
||||
- pref: {
|
||||
- feed: "feeds.snippets",
|
||||
- titleString: "home-prefs-snippets-header",
|
||||
- descString: "home-prefs-snippets-description-new",
|
||||
- },
|
||||
- icon: "chrome://global/skin/icons/info.svg",
|
||||
- eventSource: "SNIPPETS",
|
||||
- },
|
||||
-];
|
||||
+const PREFS_AFTER_SECTIONS = () => [];
|
||||
|
||||
class AboutPreferences {
|
||||
init() {
|
Loading…
Reference in a new issue