Update Compendium Class

This commit is contained in:
Dapoulp 2025-05-31 18:05:58 +02:00
parent 58e912d641
commit c43f084318

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