This commit is contained in:
Johannes Loher 2021-01-13 17:43:20 +01:00
parent 9ea353101f
commit fec4280bec

View file

@ -5,7 +5,7 @@ export class DS4CreatureActorSheet extends DS4ActorSheet {
static get defaultOptions(): FormApplicationOptions {
return mergeObject(super.defaultOptions, {
classes: ["ds4", "sheet", "actor", "creature"],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "items" }],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "inventory" }],
});
}
}