diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 7beb0fd..02c717d 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -5,7 +5,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi sheetContext = {}; - tab = "tab2"; + tab = "tab1"; static DEFAULT_OPTIONS = { tag: "form", @@ -69,7 +69,8 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi this.sheetContext = context; - context.system.tab = "tab2" + context.system.tab = this.tab; + console.log(context.system.tab); return context; } diff --git a/system.json b/system.json index b9a7f8a..93d98e6 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.61", + "version": "0.0.62", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index a02c307..4465e29 100644 Binary files a/system.zip and b/system.zip differ