feat(frontend): add option Settings->Preferences->Other->When losing connection to the server->Disable
This commit is contained in:
parent
33b1b3f139
commit
7ec3c8cc8b
|
@ -155,7 +155,7 @@ export const PREF_DEF = {
|
|||
}[],
|
||||
},
|
||||
serverDisconnectedBehavior: {
|
||||
default: 'quiet' as 'quiet' | 'reload' | 'dialog' | 'disabled',
|
||||
default: 'disabled' as 'quiet' | 'reload' | 'dialog',
|
||||
},
|
||||
nsfw: {
|
||||
default: 'respect' as 'respect' | 'force' | 'ignore',
|
||||
|
|
Loading…
Reference in New Issue