From fd8a2413ca394f8a398e942386f8cd294cffff05 Mon Sep 17 00:00:00 2001 From: eris Date: Wed, 3 Aug 2022 04:43:22 +0000 Subject: [PATCH] Change defaults, add warning to pause GIFs option --- src/i18n/en.json | 2 +- src/modules/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 65df915b..eb878801 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -561,7 +561,7 @@ "sensitive_if_subject": "Automatically mark images as sensitive if a subject line is specified", "render_mfm": "Render Misskey Markdown", "useStreamingApiWarning": "It's cool use it. If it breaks refresh I guess?", - "stop_gifs": "Pause animated images until you hover on them", + "stop_gifs": "Pause animated images until you hover on them (breaks MFM emojis)", "streaming": "Automatically show new posts when scrolled to the top", "user_mutes": "Users", "useStreamingApi": "Receive posts and notifications real-time", diff --git a/src/modules/config.js b/src/modules/config.js index 5fbbe44c..87e794d1 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -50,7 +50,7 @@ export const defaultState = { alwaysShowNewPostButton: true, autohideFloatingPostButton: false, pauseOnUnfocused: true, - stopGifs: true, + stopGifs: false, replyVisibility: 'following', thirdColumnMode: 'notifications', notificationVisibility: {