Changed ResetDialog to have all optional sections initially kept

This commit is contained in:
WBHarry 2026-01-21 14:05:39 +01:00
parent 2aba7cf921
commit c90875fa7c

View file

@ -16,7 +16,7 @@ export default class CharacterResetDialog extends HandlebarsApplicationMixin(App
portrait: { keep: true, label: 'DAGGERHEART.GENERAL.portrait' },
name: { keep: true, label: 'Name' },
biography: { keep: true, label: 'DAGGERHEART.GENERAL.Tabs.biography' },
inventory: { keep: false, label: 'DAGGERHEART.GENERAL.inventory' }
inventory: { keep: true, label: 'DAGGERHEART.GENERAL.inventory' }
}
};
}