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 +// }