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

This commit is contained in:
miraikumiko 2025-04-20 03:45:49 +02:00
parent 33b1b3f139
commit 7ec3c8cc8b
1 changed files with 1 additions and 1 deletions

View File

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