aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-06-03 18:51:55 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-06-03 18:51:55 +0300
commit65646c5a125126bca97b0f5bf5f43c9544fd2cb2 (patch)
tree7a8ea99e41d3d59a3e692f6b53419addbc3b8eaa /src/main.js
parente901e064de8f961450129013978ca72666a7e7e8 (diff)
Add an option to initiate fetching older statuses automatically when scrolled 750 pixels or less from the bottom.
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 35261578..351149f1 100644
--- a/src/main.js
+++ b/src/main.js
@@ -33,6 +33,7 @@ const persistedStateOptions = {
'config.hideAttachments',
'config.hideAttachmentsInConv',
'config.hideNsfw',
+ 'config.autoLoad',
'config.muteWords',
'statuses.notifications',
'users.users'