Remember Settings menu

This commit is contained in:
kwaroran
2024-02-07 02:24:30 +09:00
parent 68382cb38e
commit ad90121850
3 changed files with 70 additions and 66 deletions

View File

@@ -37,6 +37,7 @@ export const CurrentUsername = writable(db.username)
export const CurrentUserIcon = writable(db.userIcon)
export const CurrentShowMemoryLimit = writable(db.showMemoryLimit)
export const ShowVN = writable(false)
export const SettingsMenuIndex = writable(0)
function createSimpleCharacter(char:character|groupChat){
if((!char) || char.type === 'group'){