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: {
|
serverDisconnectedBehavior: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: 'quiet' as 'nothing' | 'quiet' | 'reload' | 'dialog',
|
default: 'nothing' as 'nothing' | 'quiet' | 'reload' | 'dialog',
|
||||||
},
|
},
|
||||||
seperateRenoteQuote: {
|
seperateRenoteQuote: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
Loading…
Reference in New Issue
Block a user