mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -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: {
|
||||
where: 'device',
|
||||
default: 'quiet' as 'nothing' | 'quiet' | 'reload' | 'dialog',
|
||||
default: 'nothing' as 'nothing' | 'quiet' | 'reload' | 'dialog',
|
||||
},
|
||||
seperateRenoteQuote: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue