Update privacy.vue

This commit is contained in:
syuilo 2025-02-22 14:43:23 +09:00
parent 1cab38c8da
commit ee2a859c94
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSwitch v-model="isLocked" @update:modelValue="save()">{{ i18n.ts.makeFollowManuallyApprove }}<template #caption>{{ i18n.ts.lockedAccountInfo }}</template></MkSwitch>
</MkSearchMarker>
<MkSearchMarker
:locationLabel="[i18n.ts.privacy, i18n.ts.autoAcceptFollowed]"
icon="ti ti-lock-open"
:keywords="['follow', 'auto', 'accept']"
>
<MkSwitch v-if="isLocked" v-model="autoAcceptFollowed" @update:modelValue="save()">{{ i18n.ts.autoAcceptFollowed }}</MkSwitch>
</MkSearchMarker>
<MkSwitch v-model="publicReactions" @update:modelValue="save()">
{{ i18n.ts.makeReactionsPublic }}