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)
|
db.modules.push(importData)
|
||||||
setDatabase(db)
|
setDatabase(db)
|
||||||
|
alertNormal(language.successImport)
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if(hash.startsWith('#import_preset=')){
|
if(hash.startsWith('#import_preset=')){
|
||||||
|
|||||||
Reference in New Issue
Block a user