Update privacy.vue

This commit is contained in:
syuilo 2025-03-03 12:05:32 +09:00
parent c72c92cc77
commit c1a5b3feb6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</SearchMarker> </SearchMarker>
<SearchMarker :keywords="['follow', 'auto', 'accept']"> <SearchMarker :keywords="['follow', 'auto', 'accept']">
<MkSwitch v-if="isLocked" v-model="autoAcceptFollowed" @update:modelValue="save()"> <MkSwitch v-model="autoAcceptFollowed" :disabled="!isLocked" @update:modelValue="save()">
<template #label><SearchLabel>{{ i18n.ts.autoAcceptFollowed }}</SearchLabel></template> <template #label><SearchLabel>{{ i18n.ts.autoAcceptFollowed }}</SearchLabel></template>
</MkSwitch> </MkSwitch>
</SearchMarker> </SearchMarker>