[feat] private characters warning
This commit is contained in:
@@ -30,6 +30,9 @@
|
|||||||
{#if nsfwMode}
|
{#if nsfwMode}
|
||||||
<span class="text-gray-400 text-sm">Grotesque Contents and Child poronography would be banned.</span>
|
<span class="text-gray-400 text-sm">Grotesque Contents and Child poronography would be banned.</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if privateMode}
|
||||||
|
<span class="text-gray-400 text-sm">Private characters can be removed from the server if there is only a few downloads.</span>
|
||||||
|
{/if}
|
||||||
<button on:click={async () => {
|
<button on:click={async () => {
|
||||||
if(char.creatorNotes.length < 20){
|
if(char.creatorNotes.length < 20){
|
||||||
alertError("Creator Notes must be longer than 20 characters")
|
alertError("Creator Notes must be longer than 20 characters")
|
||||||
|
|||||||
Reference in New Issue
Block a user