diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index fd955625b..3959b9939 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -117,7 +117,7 @@ 'External Catalog': [false, 'Link to external catalog instead of the internal one.'], 'QR Shortcut': [false, 'Adds a small [QR] link in the header.'], 'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'], - 'Desktop Notifications': [true, 'Enables desktop notifications across various 4chan X features.'], + 'Desktop Notifications': [false, 'Enables desktop notifications across various 4chan X features.'], '404 Redirect': [true, 'Redirect dead threads and images.'], 'Keybinds': [true, 'Bind actions to keyboard shortcuts.'], 'Time Formatting': [true, 'Localize and format timestamps.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 1486a1eeb..0d2f09241 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -96,7 +96,7 @@ 'External Catalog': [false, 'Link to external catalog instead of the internal one.'], 'QR Shortcut': [false, 'Adds a small [QR] link in the header.'], 'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'], - 'Desktop Notifications': [true, 'Enables desktop notifications across various 4chan X features.'], + 'Desktop Notifications': [false, 'Enables desktop notifications across various 4chan X features.'], '404 Redirect': [true, 'Redirect dead threads and images.'], 'Keybinds': [true, 'Bind actions to keyboard shortcuts.'], 'Time Formatting': [true, 'Localize and format timestamps.'], diff --git a/img/changelog/3.2.0/0.png b/img/changelog/3.2.0/0.png deleted file mode 100644 index c0ab7e859..000000000 Binary files a/img/changelog/3.2.0/0.png and /dev/null differ diff --git a/img/changelog/3.8.0/0.gif b/img/changelog/3.8.0/0.gif deleted file mode 100644 index c6ee32e0b..000000000 Binary files a/img/changelog/3.8.0/0.gif and /dev/null differ diff --git a/img/changelog/3.9.0/0.png b/img/changelog/3.9.0/0.png deleted file mode 100644 index 1fc40ae98..000000000 Binary files a/img/changelog/3.9.0/0.png and /dev/null differ diff --git a/src/General/Config.coffee b/src/General/Config.coffee index f58f04908..c99c9c4d7 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -18,7 +18,7 @@ Config = 'Add button to hide 4chan announcements.' ] 'Desktop Notifications': [ - true + false 'Enables desktop notifications across various <%= meta.name %> features.' ] '404 Redirect': [