re-arrange settings
This commit is contained in:
parent
9510b66b6a
commit
f1a704b276
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "misskey",
|
||||
"version": "12.118.0-calc.b5",
|
||||
"version": "12.118.0-calc.17.b4",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user