existing character chat folder
This commit is contained in:
chatbung
2025-03-05 12:56:00 +09:00
parent 6d1482b80e
commit 3e6e3172d8

View File

@@ -479,6 +479,9 @@
<SplitIcon size={18}/> <SplitIcon size={18}/>
</button> </button>
<button class="ml-auto text-textcolor2 hover:text-green-500 mr-2 cursor-pointer" onclick={() => { <button class="ml-auto text-textcolor2 hover:text-green-500 mr-2 cursor-pointer" onclick={() => {
if (!chara.chatFolders) {
chara.chatFolders = []
}
const folders = chara.chatFolders const folders = chara.chatFolders
const length = chara.chatFolders.length const length = chara.chatFolders.length
folders.unshift({ folders.unshift({