aboutsummaryrefslogtreecommitdiff
path: root/src/modules/config.js
diff options
context:
space:
mode:
authorValD <maghtpol@gmail.com>2018-12-12 03:42:29 +0530
committerValD <maghtpol@gmail.com>2018-12-12 03:42:29 +0530
commit139659d42ca0a877843a4fa1606435dd6f6442db (patch)
treeb0e45f96c0b7ceed769a9d3c54178b0c864cf799 /src/modules/config.js
parent7b4e08dd93520e3dc1113d76e097b998d12b0f3c (diff)
renamed config to preload images and add ident to config
Diffstat (limited to 'src/modules/config.js')
-rw-r--r--src/modules/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/config.js b/src/modules/config.js
index 7b0b2cf4..72839476 100644
--- a/src/modules/config.js
+++ b/src/modules/config.js
@@ -9,7 +9,7 @@ const defaultState = {
hideAttachments: false,
hideAttachmentsInConv: false,
hideNsfw: true,
- preloadNsfwImage: true,
+ preloadImage: true,
loopVideo: true,
loopVideoSilentOnly: true,
autoLoad: true,