serverDisconnectedBehavior default to nothing
This commit is contained in:
parent
97bf2f2bf1
commit
75bf6bd557
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue