Improved setting name

This commit is contained in:
WBHarry 2026-03-07 18:39:43 +01:00
parent 2002ac5654
commit 2292561cae
5 changed files with 8 additions and 6 deletions

View file

@ -27,9 +27,9 @@ export default class DhAutomation extends foundry.abstract.DataModel {
initial: true,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.countdownAutomation.label'
}),
hideHitMissForPlayers: new fields.BooleanField({
hideObserverPermissionInChat: new fields.BooleanField({
initial: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hideHitMissForPlayers.label'
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.hideObserverPermissionInChat.label'
}),
levelupAuto: new fields.BooleanField({
required: true,