aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/main.js b/src/main.js
index cb53edd3..50e5ea8d 100644
--- a/src/main.js
+++ b/src/main.js
@@ -45,15 +45,7 @@ Vue.use(VueChatScroll)
const persistedStateOptions = {
paths: [
- 'config.hideAttachments',
- 'config.hideAttachmentsInConv',
- 'config.hideNsfw',
- 'config.autoLoad',
- 'config.hoverPreview',
- 'config.streaming',
- 'config.muteWords',
- 'config.customTheme',
- 'config.highlight',
+ 'config',
'users.lastLoginName'
]
}