feat: Add success message after importing character URL
This commit is contained in:
@@ -259,6 +259,8 @@ export async function characterURLImport() {
|
||||
}
|
||||
db.modules.push(importData)
|
||||
setDatabase(db)
|
||||
alertNormal(language.successImport)
|
||||
|
||||
return
|
||||
}
|
||||
if(hash.startsWith('#import_preset=')){
|
||||
|
||||
Reference in New Issue
Block a user