diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-12 03:33:53 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-12 03:33:53 +0530 |
| commit | 7b4e08dd93520e3dc1113d76e097b998d12b0f3c (patch) | |
| tree | fa444345288b8c051934bdb858b4785b1ab9760e /src/modules/config.js | |
| parent | b195ce12e1fcf28ea1e74a1231f9a31dcf71af0b (diff) | |
added config for preload and made attachment responsive to it
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 45ac8f65..7b0b2cf4 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -9,6 +9,7 @@ const defaultState = { hideAttachments: false, hideAttachmentsInConv: false, hideNsfw: true, + preloadNsfwImage: true, loopVideo: true, loopVideoSilentOnly: true, autoLoad: true, |
