mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
serverDisconnectedBehavior default to nothing
This commit is contained in:
parent
06951e7e36
commit
3cf540e11d
@ -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
Block a user