Merge pull request #3585 from thelounge/xpaw/fix-preview-settings

Fix link previews settings not being visible
This commit is contained in:
Pavel Djundik 2019-12-14 22:11:08 +02:00 committed by GitHub
commit c23c786c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@
</select>
</div>
<template v-if="$store.state.settings.prefetch">
<template v-if="$store.state.serverConfiguration.prefetch">
<div class="col-sm-12">
<h2>Link previews</h2>
</div>