aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings/settings.vue
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/components/settings/settings.vue
parente901e064de8f961450129013978ca72666a7e7e8 (diff)
Add an option to initiate fetching older statuses automatically when scrolled 750 pixels or less from the bottom.
Diffstat (limited to 'src/components/settings/settings.vue')
-rw-r--r--src/components/settings/settings.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/settings/settings.vue b/src/components/settings/settings.vue
index 33d46e7e..3fab1c1c 100644
--- a/src/components/settings/settings.vue
+++ b/src/components/settings/settings.vue
@@ -28,6 +28,10 @@
<input type="checkbox" id="hideNsfw" v-model="hideNsfwLocal">
<label for="hideNsfw">Enable clickthrough NSFW attachment hiding</label>
</li>
+ <li>
+ <input type="checkbox" id="autoLoad" v-model="autoLoadLocal">
+ <label for="autoLoad">Enable automatic loading when scrolled to the bottom</label>
+ </li>
</ul>
</div>
</div>