serverDisconnectedBehavior default to nothing

This commit is contained in:
ThatOneCalculator 2022-12-11 18:37:36 -08:00
parent 97bf2f2bf1
commit 75bf6bd557
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -121,7 +121,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
serverDisconnectedBehavior: {
where: 'device',
default: 'quiet' as 'nothing' | 'quiet' | 'reload' | 'dialog',
default: 'nothing' as 'nothing' | 'quiet' | 'reload' | 'dialog',
},
seperateRenoteQuote: {
where: 'device',