Add update to RisuRealm feature
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user