feat: Add export without login

This commit is contained in:
kwaroran
2024-05-31 09:39:17 +09:00
parent 6b79ee872f
commit f24989c901
6 changed files with 8 additions and 16 deletions

View File

@@ -933,10 +933,6 @@
&& currentChar.data.license !== 'CC BY-SA 4.0'
}
<Button size="lg" on:click={async () => {
if(!$DataBase.account){
alertNormal(language.notLoggedIn)
return
}
if(await alertTOS()){
$ShowRealmFrameStore = 'character'
}