From 0fb16708b0faa4b6b512b5c0717abf0e6208159a Mon Sep 17 00:00:00 2001 From: Jacob <124112219+jacobwojoski@users.noreply.github.com> Date: Thu, 22 May 2025 22:40:53 -0400 Subject: [PATCH] Update pc.mjs --- module/applications/sheets/pc.mjs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/module/applications/sheets/pc.mjs b/module/applications/sheets/pc.mjs index cfe3038b..10bca9ae 100644 --- a/module/applications/sheets/pc.mjs +++ b/module/applications/sheets/pc.mjs @@ -64,6 +64,17 @@ export default class PCSheet extends DaggerheartSheet(ActorSheetV2) { useAdvancementAbility: this.useAdvancementAbility, selectFeatureSet: this.selectFeatureSet, }, + window: { + //frame: boolean; + //positioned: boolean; + //title: string; + //icon: string | false; + //controls: ApplicationHeaderControlsEntry[]; + minimizable: false, + resizable: true + //contentTag: string; + //contentClasses: string[]; + }, form: { handler: this.updateForm, submitOnChange: true, @@ -2026,4 +2037,4 @@ export default class PCSheet extends DaggerheartSheet(ActorSheetV2) { // const event = new DragEvent("drop", { altKey: game.keyboard.isModifierActive("Alt") }); // return this._onDropItem(event, data); // } -// } \ No newline at end of file +// }