keepCw > true (#8350)

Closes #8336
This commit is contained in:
Kainoa Kanter 2022-02-24 21:41:40 -08:00 committed by GitHub
parent 9202ce6d7c
commit 52ab5d8fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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