make virtual scrolling optional in case people want to be able to ctrl-f all page

This commit is contained in:
Shpuld Shpuldson 2020-01-15 17:01:18 +02:00
commit c49b8e2089
7 changed files with 16 additions and 4 deletions

View file

@ -92,6 +92,11 @@
{{ $t('settings.reply_link_preview') }}
</Checkbox>
</li>
<li>
<Checkbox v-model="virtualScrolling">
{{ $t('settings.virtual_scrolling') }}
</Checkbox>
</li>
</ul>
</div>