From b784983a8eede0fbb39dfa76512ac668e67950c4 Mon Sep 17 00:00:00 2001 From: nenohi Date: Fri, 6 Oct 2023 21:50:10 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=96=E3=83=A9=E3=83=BC=E3=82=92=E3=83=87?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=81=A7false=20(MisskeyIO?= =?UTF-8?q?#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index e7be2d56a5..9aba8017ff 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -217,11 +217,11 @@ export const defaultStore = markRaw(new Storage('base', { }, useBlurEffectForModal: { where: 'device', - default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない + default: false, }, useBlurEffect: { where: 'device', - default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない + default: false, }, showFixedPostForm: { where: 'device',