Add custom theme
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<OptionInput value="mobilechat" >Mobile Chat</OptionInput>
|
||||
<OptionInput value="cardboard" >CardBoard</OptionInput>
|
||||
|
||||
<!-- <OptionInput value="custom" >Custom GUI</OptionInput> -->
|
||||
<OptionInput value="customHTML" >Custom HTML</OptionInput>
|
||||
</SelectInput>
|
||||
|
||||
{#if DBState.db.theme === "custom"}
|
||||
@@ -67,6 +67,12 @@
|
||||
{/if}
|
||||
|
||||
|
||||
{#if DBState.db.theme === 'customHTML'}
|
||||
<span class="text-textcolor mt-4">{language.chatHTML} <Help key="chatHTML"/></span>
|
||||
<TextAreaInput bind:value={DBState.db.guiHTML} />
|
||||
{/if}
|
||||
|
||||
|
||||
{#if DBState.db.theme === "waifu"}
|
||||
<span class="text-textcolor mt-4">{language.waifuWidth}</span>
|
||||
<SliderInput min={50} max={200} bind:value={DBState.db.waifuWidth} />
|
||||
|
||||
Reference in New Issue
Block a user