summaryrefslogtreecommitdiff
path: root/packages/client
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client')
-rw-r--r--packages/client/src/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index fad54924ad..39f5e4a65f 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -17,7 +17,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
keepCw: {
where: 'account',
- default: false
+ default: true
},
showFullAcct: {
where: 'account',