aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings/settings.vue
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-06-03 12:30:51 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-06-03 12:30:51 -0400
commitdcf030470dc42fbd518e3b4600b98cad1e06a84c (patch)
tree7a8ea99e41d3d59a3e692f6b53419addbc3b8eaa /src/components/settings/settings.vue
parente901e064de8f961450129013978ca72666a7e7e8 (diff)
parent65646c5a125126bca97b0f5bf5f43c9544fd2cb2 (diff)
Merge branch 'feature/autoloading-when-scrolled-to-bottom' into 'develop'
Automatic loading/infinite scrolling See merge request !85
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>