Splash below theme

This commit is contained in:
ThatOneCalculator 2022-08-09 10:35:47 -07:00
parent 072be6870f
commit ea01259b96
1 changed files with 14 additions and 14 deletions

View File

@ -58,20 +58,6 @@
<FormInfo class="_formBlock">{{ i18n.ts.disablingTimelinesInfo }}</FormInfo>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.splash }}</template>
<FormTextarea v-model="customMOTD" class="_formBlock">
<template #label>{{ i18n.ts.customMOTD }}</template>
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
</FormTextarea>
<FormTextarea v-model="customSplashIcons" class="_formBlock">
<template #label>{{ i18n.ts.customSplashIcons }}</template>
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
</FormTextarea>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.theme }}</template>
@ -107,6 +93,20 @@
</FormTextarea>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.splash }}</template>
<FormTextarea v-model="customMOTD" class="_formBlock">
<template #label>{{ i18n.ts.customMOTD }}</template>
<template #caption>{{ i18n.ts.customMOTDDescription }}</template>
</FormTextarea>
<FormTextarea v-model="customSplashIcons" class="_formBlock">
<template #label>{{ i18n.ts.customSplashIcons }}</template>
<template #caption>{{ i18n.ts.customSplashIconsDescription }}</template>
</FormTextarea>
</FormSection>
<FormSection>
<template #label>{{ i18n.ts.files }}</template>