Add Saving Icon

This commit is contained in:
Kwaroran
2024-12-23 17:07:19 +09:00
parent 50cf5e65b8
commit 8f667d6394
8 changed files with 126 additions and 72 deletions

View File

@@ -202,7 +202,7 @@
<SliderInput min={50} max={200} bind:value={DBState.db.zoomsize} marginBottom/>
<span class="text-textcolor">{language.lineHeight}</span>
<SliderInput min={0.5} max={3} step={0.05} bind:value={DBState.db.lineHeight} marginBottom/>
<SliderInput min={0.5} max={3} step={0.05} fixed={2} bind:value={DBState.db.lineHeight} marginBottom/>
<span class="text-textcolor">{language.iconSize}</span>
<SliderInput min={50} max={200} bind:value={DBState.db.iconsize} marginBottom/>
@@ -300,6 +300,10 @@
<Check bind:check={DBState.db.textScreenRounded} name={language.textScreenRound}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.showSavingIcon} name={language.showSavingIcon}/>
</div>
{#if DBState.db.textScreenBorder}
<div class="flex items-center mt-2">
<Check check={true} onChange={() => {