From 594d9b44e36e5385a776bd62b43e9e04ad412eed Mon Sep 17 00:00:00 2001 From: naskya <m@naskya.net> Date: Tue, 13 Feb 2024 00:49:47 +0900 Subject: [PATCH] fix (client): move setting item --- packages/client/src/pages/settings/general.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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"