feat(frontend): add option Settings->Preferences->Other->When losing connection to the server->Disable
This commit is contained in:
parent
b6ca4d4e63
commit
33b1b3f139
|
@ -212,7 +212,7 @@ export const store = markRaw(new Pizzax('base', {
|
|||
},
|
||||
serverDisconnectedBehavior: {
|
||||
where: 'device',
|
||||
default: 'disabled' as 'quiet' | 'reload' | 'dialog' | 'disabled',
|
||||
default: 'disabled' as 'quiet' | 'dialog' | 'disabled',
|
||||
},
|
||||
nsfw: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in New Issue