mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-01 09:09:29 -05:00
fix serverDisconnectedBehavior
This commit is contained in:
parent
a58a35d319
commit
de6cdf380d
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
serverDisconnectedBehavior: {
|
||||
where: 'device',
|
||||
default: null as null | 'quiet' | 'reload' | 'dialog',
|
||||
default: 'null' as 'null' | 'quiet' | 'reload' | 'dialog',
|
||||
},
|
||||
nsfw: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Reference in a new issue