Merge branch 'fixes-and-tweaks' into shigusegubu
* fixes-and-tweaks: Revert "storing entire config instead of each separate thing of it, so that future"
This commit is contained in:
commit
c71cc250c5
2 changed files with 14 additions and 1 deletions
14
src/main.js
14
src/main.js
|
@ -45,7 +45,19 @@ Vue.use(VueChatScroll)
|
|||
|
||||
const persistedStateOptions = {
|
||||
paths: [
|
||||
'config',
|
||||
'config.hideAttachments',
|
||||
'config.hideAttachmentsInConv',
|
||||
'config.hideNsfw',
|
||||
'config.autoLoad',
|
||||
'config.hoverPreview',
|
||||
'config.streaming',
|
||||
'config.muteWords',
|
||||
'config.customTheme',
|
||||
'config.highlight',
|
||||
'config.loopVideo',
|
||||
'config.loopVideoSilentOnly',
|
||||
'config.pauseOnUnfocused',
|
||||
'config.stopGifs',
|
||||
'users.lastLoginName'
|
||||
]
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ const defaultState = {
|
|||
streaming: false,
|
||||
hoverPreview: true,
|
||||
pauseOnUnfocused: true,
|
||||
stopGifs: false,
|
||||
muteWords: [],
|
||||
highlight: {}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue