From 2fe100c71ad963ad4ba20f401d4017fd97473807 Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Thu, 30 Nov 2023 02:26:56 +0100 Subject: [PATCH] upd: disable ws disconnect warning by default This mostly is a false flag in the first place and also something that tends to annoy quite a lot of people. --- 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 b4c48620b..ebbd65afc 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -188,7 +188,7 @@ export const defaultStore = markRaw(new Storage('base', { }, serverDisconnectedBehavior: { where: 'device', - default: 'quiet' as 'quiet' | 'reload' | 'dialog' | 'disabled', + default: 'disabled' as 'quiet' | 'reload' | 'dialog' | 'disabled', }, nsfw: { where: 'device',