From 09839ea5a4de124e9af1d95e5dde9d0d6da57d2c Mon Sep 17 00:00:00 2001 From: caipira113 Date: Mon, 19 Aug 2024 19:46:10 +0900 Subject: [PATCH] squareAvatars: true --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 87094c279..b86c58914 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -328,7 +328,7 @@ export const defaultStore = markRaw(new Storage('base', { }, squareAvatars: { where: 'device', - default: false, + default: true, }, showAvatarDecorations: { where: 'device',