feat: Add export without login
This commit is contained in:
@@ -78,10 +78,6 @@
|
||||
exportModule(rmodule)
|
||||
}
|
||||
if(data.type === 'realm'){
|
||||
if(!$DataBase.account){
|
||||
alertError(language.notLoggedIn)
|
||||
return
|
||||
}
|
||||
const index = $DataBase.modules.findIndex((v) => v.id === rmodule.id)
|
||||
$ShowRealmFrameStore = `module:${index}`
|
||||
}
|
||||
|
||||
@@ -55,10 +55,6 @@
|
||||
downloadPreset(i, 'json')
|
||||
}
|
||||
if(data.type === 'realm'){
|
||||
if(!$DataBase.account){
|
||||
alertError(language.notLoggedIn)
|
||||
return
|
||||
}
|
||||
$ShowRealmFrameStore = `preset:${i}`
|
||||
}
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user