Implement the dice list form and tweak some design variables
This commit is contained in:
parent
15462c98fb
commit
52aaa41d86
9 changed files with 160 additions and 50 deletions
|
|
@ -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, });
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue