mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
serverDisconnectedBehavior default to nothing
This commit is contained in:
parent
06951e7e36
commit
3cf540e11d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue