diff --git a/module/applications/characterCreation/characterCreation.mjs b/module/applications/characterCreation/characterCreation.mjs index b48c3dec..1528b74d 100644 --- a/module/applications/characterCreation/characterCreation.mjs +++ b/module/applications/characterCreation/characterCreation.mjs @@ -270,6 +270,11 @@ export default class DhCharacterCreation extends HandlebarsApplicationMixin(Appl }); } + async _preFirstRender(_context, _options) { + this.tabGroups.primary = 'setup'; + this.tabGroups.setup = 'ancestry'; + } + async _prepareContext(_options) { const context = await super._prepareContext(_options); context.tabs = this._getTabs(this.constructor.TABS);