fix (client): move setting item

This commit is contained in:
naskya 2024-02-13 00:49:47 +09:00
parent 09396e33a4
commit 594d9b44e3
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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"