mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Fix showing prefetch options
This commit is contained in:
parent
eca52bf8e3
commit
b69ba5e4b1
1 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@
|
|||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
{{#unless prefetch}}
|
||||
{{#if prefetch}}
|
||||
<div class="col-sm-12">
|
||||
<h2>Links and URLs</h2>
|
||||
</div>
|
||||
|
@ -290,7 +290,7 @@
|
|||
Auto-expand links
|
||||
</label>
|
||||
</div>
|
||||
{{/unless}}
|
||||
{{/if}}
|
||||
<div class="col-sm-12">
|
||||
<h2>Notifications</h2>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue