Merge branch 'main' into feature/56-Level-Up-Overview

This commit is contained in:
WBHarry 2025-05-31 21:47:48 +02:00
commit e0b986da3f
9 changed files with 81 additions and 26 deletions

View file

@ -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();