diff options
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 cd358d29d0..b80fc8bbe3 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -43,6 +43,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'account', default: 'yyyy-MM-dd HH-mm-ss [{{number}}]' }, + keepOriginalUploading: { + where: 'account', + default: false + }, memo: { where: 'account', default: null |