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

View file

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