Implement the dice list form and tweak some design variables

This commit is contained in:
Oliver-Akins 2024-02-03 13:57:31 -07:00
parent 15462c98fb
commit 52aaa41d86
9 changed files with 160 additions and 50 deletions

View file

@ -42,4 +42,8 @@ export class GenericDialog extends FormApplication {
if (!this[data.action]) return;
this[data.action].bind(this)($e);
};
closeNoSave() {
this.close({ submit: false, });
};
};