serverDisconnectedBehavior default to nothing

This commit is contained in:
ThatOneCalculator 2022-12-11 18:37:36 -08:00
parent 06951e7e36
commit 3cf540e11d

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