re-arrange settings

This commit is contained in:
ThatOneCalculator 2022-08-04 13:59:24 -07:00
parent 9510b66b6a
commit f1a704b276
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.0-calc.b5",
"version": "12.118.0-calc.17.b4",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -54,18 +54,18 @@
</FormSwitch>
</FormSection>
<FormTextarea v-model="recommendedInstances" class="_formBlock">
<template #label>{{ i18n.ts.recommendedInstances }}<span class="_beta">{{ i18n.ts.beta }}</span></template>
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
<FormInfo class="_formBlock">{{ i18n.ts.recommendedInstancesDescription }}</FormInfo>
</FormTextarea>
<FormSection>
<FormSwitch v-model="enableLocalTimeline" class="_formBlock">{{ i18n.ts.enableLocalTimeline }}</FormSwitch>
<FormSwitch v-model="enableGlobalTimeline" class="_formBlock">{{ i18n.ts.enableGlobalTimeline }}</FormSwitch>
<FormSwitch v-model="enableRecommendedTimeline" class="_formBlock">{{ i18n.ts.enableRecommendedTimeline }}</FormSwitch>
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
</FormSection>
<FormTextarea v-model="recommendedInstances" class="_formBlock">
<template #label>{{ i18n.ts.recommendedInstances }}</template>
<template #caption>{{ i18n.ts.recommendedInstancesDescription }}</template>
</FormTextarea>
<FormSection>
<template #label>{{ i18n.ts.theme }}</template>