Merge branch 'main' into feature/89-gm-fear-display

This commit is contained in:
Dapoulp 2025-05-31 23:34:38 +02:00
commit 6646cf63d7
355 changed files with 4995 additions and 2576 deletions

View file

@ -100,6 +100,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();