From 2f90aa018daf4c710331bcc1dfcc40dcf110e023 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sun, 4 Jun 2023 10:46:42 +0900 Subject: [PATCH] [feat] private characters warning --- src/lib/UI/HubUpload.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/UI/HubUpload.svelte b/src/lib/UI/HubUpload.svelte index 45c456b1..b8fe8639 100644 --- a/src/lib/UI/HubUpload.svelte +++ b/src/lib/UI/HubUpload.svelte @@ -28,7 +28,10 @@ {#if nsfwMode} - Grotesque Contents and Child poronography would be banned. + Grotesque Contents and Child poronography would be banned. + {/if} + {#if privateMode} + Private characters can be removed from the server if there is only a few downloads. {/if}