forked from AkkomaGang/akkoma-fe
Change defaults, add warning to pause GIFs option
This commit is contained in:
parent
5d8cba4ca2
commit
fd8a2413ca
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -50,7 +50,7 @@ export const defaultState = {
|
|||
alwaysShowNewPostButton: true,
|
||||
autohideFloatingPostButton: false,
|
||||
pauseOnUnfocused: true,
|
||||
stopGifs: true,
|
||||
stopGifs: false,
|
||||
replyVisibility: 'following',
|
||||
thirdColumnMode: 'notifications',
|
||||
notificationVisibility: {
|
||||
|
|
Loading…
Reference in a new issue