fix: change lorebook toggle button labels to uppercase for better readability

This commit is contained in:
Bo26fhmC5M
2025-02-08 23:04:59 +09:00
parent 73003c115d
commit 0670972016

View File

@@ -141,7 +141,7 @@
{:else} {:else}
<LinkIcon /> <LinkIcon />
{/if} {/if}
<span class="text-xs">Char</span> <span class="text-xs">CHAR</span>
</button> </button>
<button onclick={() => { <button onclick={() => {
toggleChatLoreAlwaysActive() toggleChatLoreAlwaysActive()
@@ -151,7 +151,7 @@
{:else} {:else}
<LinkIcon /> <LinkIcon />
{/if} {/if}
<span class="text-xs">Chat</span> <span class="text-xs">CHAT</span>
</button> </button>
</div> </div>
{/if} {/if}