[fix] image compression

This commit is contained in:
kwaroran
2023-06-11 11:04:11 +09:00
parent 32f58fef1d
commit 49a01a0950
7 changed files with 120 additions and 7 deletions

View File

@@ -53,6 +53,10 @@
<Check bind:check={$DataBase.showUnrecommended}/>
<span>{language.showUnrecommended}</span>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.imageCompression}/>
<span>{language.imageCompression}</span>
</div>
<div class="flex items-center mt-4">
<Check bind:check={$DataBase.useExperimental}/>
<span>{language.useExperimental}</span>