From a6f89f14441c166fae19ee78c8cabfafd11ee21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:53:03 +0900 Subject: [PATCH] =?UTF-8?q?spec(frontend/ad):=20=E5=B8=B8=E3=81=AB?= =?UTF-8?q?=E5=BA=83=E5=91=8A=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=81=AE=E6=97=A2=E5=AE=9A=E5=80=A4=E3=82=92=E6=9C=89=E5=8A=B9?= =?UTF-8?q?=E3=81=AB=20(MisskeyIO#913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d2e73dd8a..ad1ef0ee5 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -381,7 +381,7 @@ export const defaultStore = markRaw(new Storage('base', { }, forceShowAds: { where: 'device', - default: false, + default: true, }, aiChanMode: { where: 'device',