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.
This commit is contained in:
Mar0xy 2023-11-30 02:26:56 +01:00
parent 65a2ea6a74
commit 2fe100c71a
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -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',