mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
22 lines
563 B
Diff
22 lines
563 B
Diff
--- a/browser/components/newtab/lib/AboutPreferences.jsm
|
|
+++ b/browser/components/newtab/lib/AboutPreferences.jsm
|
|
@@ -54,18 +54,7 @@
|
|
},
|
|
];
|
|
|
|
-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 = () => [];
|
|
|
|
this.AboutPreferences = class AboutPreferences {
|
|
init() {
|