diff --git a/packages/client/src/pages/settings/general.vue b/packages/client/src/pages/settings/general.vue index 7892cbd5e1..8ce2b0c31a 100644 --- a/packages/client/src/pages/settings/general.vue +++ b/packages/client/src/pages/settings/general.vue @@ -227,6 +227,10 @@ class="_formBlock" >{{ i18n.ts.showGapBetweenNotesInTimeline }}</FormSwitch > + <FormSwitch v-model="hideFollowButtons" class="_formBlock" + >{{ i18n.ts.hideFollowButtons }} + </FormSwitch + > <FormSwitch v-model="loadRawImages" class="_formBlock">{{ i18n.ts.loadRawImages }}</FormSwitch> @@ -285,16 +289,6 @@ </FormSelect> </FormSection> - <FormSection> - <template #label>{{ i18n.ts.preventMisclick }}</template> - <FormSwitch v-model="hideFollowButtons" class="_formBlock" - >{{ i18n.ts.hideFollowButtons - }}<span class="_beta">{{ - i18n.ts.originalFeature - }}</span></FormSwitch - > - </FormSection> - <FormRange v-model="numberOfPageCache" :min="1"