Gm dialog : not closable anymore (esc key)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user