From 52ab5d8fef1adfa32a1c9ba1b67337a6889e3182 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Thu, 24 Feb 2022 21:41:40 -0800 Subject: [PATCH] keepCw > true (#8350) Closes #8336 --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index fad54924a..39f5e4a65 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',