forked from AkkomaGang/akkoma-fe
added PR comments
This commit is contained in:
parent
6d3bd95bfe
commit
7c6c2cfb22
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
||||||
</li>
|
</li>
|
||||||
<ul class="setting-list suboptions" >
|
<ul class="setting-list suboptions" >
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" id="preloadImage" v-model="preloadImage">
|
<input :disabled="!hideAttachmentsInConvLocal" type="checkbox" id="preloadImage" v-model="preloadImage">
|
||||||
<label for="preloadImage">{{$t('settings.preload_images')}}</label>
|
<label for="preloadImage">{{$t('settings.preload_images')}}</label>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue