From 73d533ff4fcff20b3925923a7092e7b4a5d8f64d Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 25 Oct 2022 23:00:20 -0700 Subject: [PATCH] def true --- 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 a32e3cb0a..36fa23b84 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -265,7 +265,7 @@ export const defaultStore = markRaw(new Storage('base', { }, showAdminUpdates: { where: 'account', - default: false, + default: true, } }));