mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
Merge branch 'main' into feature/56-Level-Up-Overview
This commit is contained in:
commit
e0b986da3f
9 changed files with 81 additions and 26 deletions
|
|
@ -97,6 +97,9 @@ Hooks.once('init', () => {
|
|||
|
||||
game.socket.on(`system.${SYSTEM.id}`, handleSocketEvent);
|
||||
|
||||
// Make Compendium Dialog resizable
|
||||
foundry.applications.sidebar.apps.Compendium.DEFAULT_OPTIONS.window.resizable = true;
|
||||
|
||||
registerDHSettings();
|
||||
RegisterHandlebarsHelpers.registerHelpers();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue