mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Splash below theme
This commit is contained in:
parent
ab4d6b64dd
commit
c7c7c24937
1 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue