forked from AkkomaGang/akkoma-fe
Persist streaming setting between sessions.
This commit is contained in:
parent
d7e4279c59
commit
29e32416bc
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ const persistedStateOptions = {
|
||||||
'config.hideNsfw',
|
'config.hideNsfw',
|
||||||
'config.autoLoad',
|
'config.autoLoad',
|
||||||
'config.hoverPreview',
|
'config.hoverPreview',
|
||||||
|
'config.streaming',
|
||||||
'config.muteWords',
|
'config.muteWords',
|
||||||
'users.lastLoginName'
|
'users.lastLoginName'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue