diff options
Diffstat (limited to 'src/client/store.ts')
| -rw-r--r-- | src/client/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/store.ts b/src/client/store.ts index 2f134d8f48..f4f6091941 100644 --- a/src/client/store.ts +++ b/src/client/store.ts @@ -184,6 +184,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: true }, + reportError: { + where: 'device', + default: false + }, })); // TODO: 他のタブと永続化されたstateを同期 |