fixed a bug with the sidebar entry
parent
89860e8e98
commit
e1911cdd47
|
|
@ -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("getActorContextOptions", (menuItems) => {
|
Hooks.on("getActorContextOptions", (application, 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>',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue