fixed a bug with the sidebar entry

pull/13/head
Jendrik 2025-09-25 23:38:15 +02:00
parent 89860e8e98
commit e1911cdd47
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!")
})
Hooks.on("getActorContextOptions", (menuItems) => {
Hooks.on("getActorContextOptions", (application, menuItems) => {
menuItems.push({
name: "Import from XML",
icon: '<i class="fas fa-file"></i>',