add hidechaticon

This commit is contained in:
kwaroran
2024-07-10 16:17:33 +09:00
parent 98576eeae4
commit 0ee481d00d
7 changed files with 51 additions and 3 deletions

View File

@@ -202,4 +202,8 @@
<Check bind:check={currentModule.lowLevelAccess} name={language.lowLevelAccess}/>
<span> <Help key="lowLevelAccess" name={language.lowLevelAccess}/></span>
</div>
{/if}
{/if}
<div class="flex items-center mt-4">
<Check bind:check={currentModule.hideIcon} name={language.hideChatIcon}/>
</div>