diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-12 03:42:29 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-12 03:42:29 +0530 |
| commit | 139659d42ca0a877843a4fa1606435dd6f6442db (patch) | |
| tree | b0e45f96c0b7ceed769a9d3c54178b0c864cf799 /src/components/attachment/attachment.js | |
| parent | 7b4e08dd93520e3dc1113d76e097b998d12b0f3c (diff) | |
renamed config to preload images and add ident to config
Diffstat (limited to 'src/components/attachment/attachment.js')
| -rw-r--r-- | src/components/attachment/attachment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index 71ef2ca4..fd9a2057 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -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, |
