diff options
| author | Marie <github@yuugi.dev> | 2025-05-09 20:20:27 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-05-09 20:20:27 +0000 |
| commit | 6a60a0ff3c820c15a3d74fbb7a8fb07a3ca85a81 (patch) | |
| tree | 22f50a178399bd42bafe466fb0a4588bf2f7db60 /packages | |
| parent | merge: Pass token in Authorization header instead of body (!1003) (diff) | |
| download | sharkey-6a60a0ff3c820c15a3d74fbb7a8fb07a3ca85a81.tar.gz sharkey-6a60a0ff3c820c15a3d74fbb7a8fb07a3ca85a81.tar.bz2 sharkey-6a60a0ff3c820c15a3d74fbb7a8fb07a3ca85a81.zip | |
remove moved setting
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/pages/settings/other.vue | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/frontend/src/pages/settings/other.vue b/packages/frontend/src/pages/settings/other.vue index f82d88144a..ae158893c6 100644 --- a/packages/frontend/src/pages/settings/other.vue +++ b/packages/frontend/src/pages/settings/other.vue @@ -117,18 +117,6 @@ SPDX-License-Identifier: AGPL-3.0-only <hr> - <SearchMarker :keywords="['replies']"> - <FormSection> - <div class="_gaps_s"> - <MkSwitch v-model="defaultWithReplies"><SearchLabel>{{ i18n.ts.withRepliesByDefaultForNewlyFollowed }}</SearchLabel></MkSwitch> - <MkButton danger @click="updateRepliesAll(true)"><i class="ph-chats ph-bold ph-lg"></i> {{ i18n.ts.showRepliesToOthersInTimelineAll }}</MkButton> - <MkButton danger @click="updateRepliesAll(false)"><i class="ph-chat ph-bold ph-lg"></i> {{ i18n.ts.hideRepliesToOthersInTimelineAll }}</MkButton> - </div> - </FormSection> - </SearchMarker> - - <hr> - <FormSlot> <MkButton danger @click="migrate"><i class="ti ti-refresh"></i> {{ i18n.ts.migrateOldSettings }}</MkButton> <template #caption>{{ i18n.ts.migrateOldSettings_description }}</template> |