rtl settings improve

This commit is contained in:
ThatOneCalculator 2022-08-04 14:33:49 -07:00
parent 8be0bad287
commit f4753a9342
2 changed files with 5 additions and 4 deletions

View file

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

View file

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