keepCw > true

Closes #8336
This commit is contained in:
Kainoa Kanter 2022-02-23 15:15:06 -08:00 committed by GitHub
parent c0fd7697b9
commit 461b2a98a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
keepCw: {
where: 'account',
default: false
default: true
},
showFullAcct: {
where: 'account',