v11.0.27 #674

Merged
uberwald merged 5 commits from VincentVk/foundryvtt-reve-de-dragon:v11 into v11 2023-10-25 00:02:41 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 42ad4c5b26 - Show all commits

View File

@ -83,6 +83,7 @@ export class RdDTMRDialog extends Dialog {
}
async restoreTMRAfterAction() {
this.subdialog = undefined
await this.maximize();
this.bringToTop();
}

View File

@ -46,7 +46,7 @@ export class RdDTMRRencontreDialog extends Dialog {
}
else {
ui.notifications.info("Vous devez résoudre la rencontre.");
this.actor.tmrApp.forceTMRContinueAction();
return this.actor.tmrApp.forceTMRContinueAction();
}
}
else {

View File

@ -1,4 +1,5 @@
<form class="tmr-dialog">
<h2 class="comptmrdialog" id="tmrDialogTitle" style="visibility: hidden;"></h2>
<table>
<tr class="tmr-row">
<td>
@ -52,6 +53,5 @@
</td>
</tr>
</table>
</form>