fix (client): move setting item
This commit is contained in:
parent
09396e33a4
commit
594d9b44e3
1 changed files with 4 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue