Add update to RisuRealm feature

This commit is contained in:
kwaroran
2024-03-28 18:04:51 +09:00
parent bce98a84a5
commit 949269e2d6
4 changed files with 32 additions and 11 deletions

View File

@@ -832,7 +832,13 @@
if(await alertTOS()){
openHubUpload = true
}
}} className="mt-2">{language.shareCloud}</Button>
}} className="mt-2">
{#if currentChar.data.realmId}
{language.updateRealm}
{:else}
{language.shareCloud}
{/if}
</Button>
{/if}
{#if openHubUpload}