diff options
| author | shpuld <shp@cock.li> | 2017-11-13 01:06:48 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-13 01:06:48 +0200 |
| commit | 46f23b7de7a5e27dd4f9f13f063d263fbb1ec85d (patch) | |
| tree | 5675373b1df6019b6b52d8d2116b1223f0740081 /src/modules | |
| parent | c682a4b007cc55ce627e7c7331443905e473c4a7 (diff) | |
Add an option to automatically show new posts when scrolled to the top, also add fade-in animation for posts.
Diffstat (limited to 'src/modules')
| -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 f7d6e9c8..ac17747e 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -8,6 +8,7 @@ const defaultState = { hideAttachmentsInConv: false, hideNsfw: true, autoLoad: true, + streaming: false, hoverPreview: true, muteWords: [] } |
