From ad3bd9b17f1d2f56efaa1315a26d9a11c67c0cee Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 12 Feb 2024 17:44:39 +0900 Subject: [PATCH] Fix files showing first --- src/ts/stores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/stores.ts b/src/ts/stores.ts index 126adb2f..3af4baf3 100644 --- a/src/ts/stores.ts +++ b/src/ts/stores.ts @@ -37,7 +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) +export const SettingsMenuIndex = writable(-1) function createSimpleCharacter(char:character|groupChat){ if((!char) || char.type === 'group'){