diff --git a/module/rdd-commands.js b/module/rdd-commands.js index b5f619c4..b4a6153d 100644 --- a/module/rdd-commands.js +++ b/module/rdd-commands.js @@ -272,7 +272,7 @@ export class RdDCommands { new foundry.applications.api.DialogV2({ title: "Commandes disponibles dans le tchat", content: html, - buttons: [], + buttons: [{ label: "Fermer", action: "close" }], position: { width: 600, height: 600 } }).render({ force: true }); }