diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-18 13:56:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-18 13:56:45 +0300 |
| commit | 99f849bd8c11763c80ebfcb605c4bea9115c747f (patch) | |
| tree | 7a63f5b8efdb34ab5e23f5d262c0d54c9e88a519 /src/main.js | |
| parent | 627e2270769826da337c1b1a4d3ec8467404ed5f (diff) | |
Revert "storing entire config instead of each separate thing of it, so that future"
This reverts commit 18117c3bfa4cae9542e49222aad058aa52929f18.
b/c something else uses same field but i want to fix that in another MR
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js index 50e5ea8d..df271ce3 100644 --- a/src/main.js +++ b/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' ] } |
