mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Add setting to auto expand chat card desc
This commit is contained in:
parent
ffbd3242ad
commit
6dc09198ed
4 changed files with 26 additions and 16 deletions
|
|
@ -73,6 +73,10 @@ export default class DhAppearance extends foundry.abstract.DataModel {
|
|||
label: 'DAGGERHEART.SETTINGS.Appearance.FIELDS.extendItemDescriptions.label'
|
||||
}),
|
||||
expandRollMessage: new fields.SchemaField({
|
||||
desc: new fields.BooleanField({
|
||||
initial: false,
|
||||
label: 'DAGGERHEART.SETTINGS.Appearance.FIELDS.expandRollMessageDesc.label'
|
||||
}),
|
||||
roll: new fields.BooleanField({
|
||||
initial: false,
|
||||
label: 'DAGGERHEART.SETTINGS.Appearance.FIELDS.expandRollMessageRoll.label'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue