Add show folder name option

This commit is contained in:
kwaroran
2025-03-10 13:38:12 +09:00
parent cf430928b0
commit 188e2dd05d
5 changed files with 14 additions and 4 deletions

View File

@@ -246,6 +246,10 @@
<Check bind:check={DBState.db.hideRealm} name={language.hideRealm}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.showFolderName} name={language.showFolderNameInIcon}/>
</div>
<div class="flex items-center mt-2">
<Check check={DBState.db.customBackground !== ''} onChange={async (check) => {
if(check){