diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 23fce34..b817996 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -5,13 +5,13 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi sheetContext = {}; - tab = "tab1"; + tab = "tab2"; static DEFAULT_OPTIONS = { tag: "form", classes: ["pokemon", "sheet", "characterSheet"], tabs: [ - {navSelector: ".tabs", contentSelector: ".content", initial: "tab1"} + {navSelector: ".tabs", contentSelector: ".content", initial: this.tab} ], form: { submitOnChange: true, diff --git a/system.json b/system.json index 81aefd5..f2bd307 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.58", + "version": "0.0.59", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 19ced66..6cc34d9 100644 Binary files a/system.zip and b/system.zip differ