Made it optional

This commit is contained in:
Henry Jameson 2019-11-14 00:47:20 +02:00
parent 692ee0e95a
commit 897131572f
6 changed files with 40 additions and 20 deletions

View file

@ -270,6 +270,17 @@
</li>
</ul>
</div>
<div class="setting-item">
<h2>{{ $t('settings.fun') }}</h2>
<ul class="setting-list">
<li>
<Checkbox v-model="greentext">
{{ $t('settings.greentext') }} {{ $t('settings.instance_default', { value: greentextLocalizedValue }) }}
</Checkbox>
</li>
</ul>
</div>
</div>
<div :label="$t('settings.theme')">