This commit is contained in:
2025-08-04 15:11:28 +02:00
parent 5c525401e2
commit 59fdb53ae9
3 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixi
this.sheetContext = context;
context.tab = "tab2"
context.system.tab = "tab2"
return context;
}