diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-01 23:58:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-01 23:58:01 +0900 |
| commit | ba4ef23d6b426f5e54d48d9519d597ca4e8b020f (patch) | |
| tree | 9a4aee1b1e3809709165edae79e81565259d1f9f /packages/client/src/store.ts | |
| parent | :art: (diff) | |
| download | sharkey-ba4ef23d6b426f5e54d48d9519d597ca4e8b020f.tar.gz sharkey-ba4ef23d6b426f5e54d48d9519d597ca4e8b020f.tar.bz2 sharkey-ba4ef23d6b426f5e54d48d9519d597ca4e8b020f.zip | |
feat: instance default theme
Diffstat (limited to 'packages/client/src/store.ts')
| -rw-r--r-- | packages/client/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 |