Update privacy.vue
This commit is contained in:
parent
1cab38c8da
commit
ee2a859c94
|
@ -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>
|
<MkSwitch v-model="isLocked" @update:modelValue="save()">{{ i18n.ts.makeFollowManuallyApprove }}<template #caption>{{ i18n.ts.lockedAccountInfo }}</template></MkSwitch>
|
||||||
</MkSearchMarker>
|
</MkSearchMarker>
|
||||||
|
|
||||||
<MkSwitch v-if="isLocked" v-model="autoAcceptFollowed" @update:modelValue="save()">{{ i18n.ts.autoAcceptFollowed }}</MkSwitch>
|
<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()">
|
<MkSwitch v-model="publicReactions" @update:modelValue="save()">
|
||||||
{{ i18n.ts.makeReactionsPublic }}
|
{{ i18n.ts.makeReactionsPublic }}
|
||||||
|
|
Loading…
Reference in New Issue