mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-03 21:49:30 -05:00
add null serverDisconnectedBehavior
This commit is contained in:
parent
b4bd834a2b
commit
aa03f9c886
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<SearchMarker :keywords="['server', 'disconnect', 'reconnect', 'reload', 'streaming']">
|
||||
<MkSelect v-model="serverDisconnectedBehavior">
|
||||
<template #label><SearchLabel>{{ i18n.ts.whenServerDisconnected }}</SearchLabel></template>
|
||||
<option value="null">{{ i18n.ts.doNothing }}</option>
|
||||
<option value="reload">{{ i18n.ts._serverDisconnectedBehavior.reload }}</option>
|
||||
<option value="dialog">{{ i18n.ts._serverDisconnectedBehavior.dialog }}</option>
|
||||
<option value="quiet">{{ i18n.ts._serverDisconnectedBehavior.quiet }}</option>
|
||||
|
|
Loading…
Add table
Reference in a new issue