From ba4ef23d6b426f5e54d48d9519d597ca4e8b020f Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 1 Mar 2022 23:58:01 +0900 Subject: feat: instance default theme --- packages/client/src/store.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/client/src/store.ts') diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 39f5e4a65f..e6a2f42906 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -230,6 +230,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: '' }, + themeInitial: { + where: 'device', + default: true, + }, aiChanMode: { where: 'device', default: false -- cgit v1.2.3-freya