diff --git a/module/Apps/CryptApp.mjs b/module/Apps/CryptApp.mjs index 09b2cf8..0669b27 100644 --- a/module/Apps/CryptApp.mjs +++ b/module/Apps/CryptApp.mjs @@ -29,7 +29,7 @@ export class CryptApp extends GenericAppMixin(HandlebarsApplicationMixin(Applica const frame = await super._renderFrame(options); this.window.close.remove(); // Prevent closing return frame; - } + }; async _preparePartContext(partId, ctx, opts) { ctx = await super._preparePartContext(partId, ctx, opts);