diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-06-03 12:30:51 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-06-03 12:30:51 -0400 |
| commit | dcf030470dc42fbd518e3b4600b98cad1e06a84c (patch) | |
| tree | 7a8ea99e41d3d59a3e692f6b53419addbc3b8eaa /src/components/settings/settings.vue | |
| parent | e901e064de8f961450129013978ca72666a7e7e8 (diff) | |
| parent | 65646c5a125126bca97b0f5bf5f43c9544fd2cb2 (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.vue | 4 |
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> |
