renamed config to preload images and add ident to config

This commit is contained in:
ValD 2018-12-12 03:42:29 +05:30
parent 7b4e08dd93
commit 139659d42c
6 changed files with 13 additions and 11 deletions

View file

@ -13,7 +13,7 @@ const Attachment = {
return {
nsfwImage,
hideNsfwLocal: this.$store.state.config.hideNsfw,
preloadNsfwImage: this.$store.state.config.preloadNsfwImage,
preloadImage: this.$store.state.config.preloadImage,
loopVideo: this.$store.state.config.loopVideo,
showHidden: false,
loading: false,