mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Sidebar buttons
This commit is contained in:
parent
41c5ff819c
commit
d6e1df27a9
2 changed files with 44 additions and 0 deletions
|
|
@ -305,3 +305,6 @@ Hooks.on('moveToken', async (movedToken, data) => {
|
|||
await effect.value.update({ disabled: effect.disabled });
|
||||
}
|
||||
});
|
||||
|
||||
Hooks.on("renderCompendiumDirectory", (app, html) => applications.ui.ItemBrowser.injectSidebarButton(html));
|
||||
Hooks.on("renderDocumentDirectory", (app, html) => applications.ui.ItemBrowser.injectSidebarButton(html));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue