Gm dialog : not closable anymore (esc key)

This commit is contained in:
Vlyan
2021-01-17 13:38:18 +01:00
parent 78423770b1
commit c8a37ab06f

View File

@@ -43,6 +43,14 @@ export class GmToolsDialog extends FormApplication {
};
}
/**
* Do not close this dialog
* @override
*/
close() {
// nothing !
}
/**
* Prevent non GM to render this windows
* @override