feat(frontend): add option Settings->Preferences->Other->When losing connection to the server->Disable

This commit is contained in:
miraikumiko 2025-04-20 03:42:16 +02:00
parent b6ca4d4e63
commit 33b1b3f139
1 changed files with 1 additions and 1 deletions

View File

@ -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',