fix on 20q

This commit is contained in:
Vlyan
2020-12-30 18:19:34 +01:00
parent 05354e9c6b
commit 2d9fbcabfb
4 changed files with 15 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ export class TwentyQuestionsDialog extends FormApplication {
title: game.i18n.localize("l5r5e.twenty_questions.title"),
width: 600,
height: 800,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "part1" }],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "part0" }],
resizable: true,
closeOnSubmit: false,
submitOnClose: false,