aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 6fa95e12..0783749e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -29,7 +29,12 @@ Vue.use(VueTimeago, {
})
const persistedStateOptions = {
- paths: ['users.users', 'statuses.notifications']
+ paths: [
+ 'config.hideAttachments',
+ 'config.hideNsfw',
+ 'statuses.notifications',
+ 'users.users'
+ ]
}
const store = new Vuex.Store({