[feat] hide realm

This commit is contained in:
kwaroran
2023-07-29 10:00:32 +09:00
parent 22e780d6a1
commit 5d8a23bd36
4 changed files with 31 additions and 21 deletions

View File

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