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: {
|
serverDisconnectedBehavior: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: 'disabled' as 'quiet' | 'reload' | 'dialog' | 'disabled',
|
default: 'disabled' as 'quiet' | 'dialog' | 'disabled',
|
||||||
},
|
},
|
||||||
nsfw: {
|
nsfw: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Reference in New Issue