mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Changed ResetDialog to have all optional sections initially kept
This commit is contained in:
parent
2aba7cf921
commit
c90875fa7c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export default class CharacterResetDialog extends HandlebarsApplicationMixin(App
|
||||||
portrait: { keep: true, label: 'DAGGERHEART.GENERAL.portrait' },
|
portrait: { keep: true, label: 'DAGGERHEART.GENERAL.portrait' },
|
||||||
name: { keep: true, label: 'Name' },
|
name: { keep: true, label: 'Name' },
|
||||||
biography: { keep: true, label: 'DAGGERHEART.GENERAL.Tabs.biography' },
|
biography: { keep: true, label: 'DAGGERHEART.GENERAL.Tabs.biography' },
|
||||||
inventory: { keep: false, label: 'DAGGERHEART.GENERAL.inventory' }
|
inventory: { keep: true, label: 'DAGGERHEART.GENERAL.inventory' }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue