added custom entry to import

pull/13/head
Jendrik 2025-09-25 23:36:44 +02:00
parent e94219b26b
commit 89860e8e98
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Hooks.once("init", () => {
console.log("DSA 4.1 is ready for development!") console.log("DSA 4.1 is ready for development!")
}) })
Hooks.on("getActorDirectoryEntryContext", (menuItems) => { Hooks.on("getActorContextOptions", (menuItems) => {
menuItems.push({ menuItems.push({
name: "Import from XML", name: "Import from XML",
icon: '<i class="fas fa-file"></i>', icon: '<i class="fas fa-file"></i>',