Add show folder name option
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user