Merge branch 'development' into feature/party-sheet

This commit is contained in:
WBHarry 2025-11-11 15:59:32 +01:00
commit 446d156f89
16 changed files with 189 additions and 23 deletions

View file

@ -685,3 +685,18 @@ export const countdownAppMode = {
textIcon: 'text-icon',
iconOnly: 'icon-only'
};
export const sceneRangeMeasurementSetting = {
disable: {
id: 'disable',
label: 'Disable Daggerheart Range Measurement'
},
default: {
id: 'default',
label: 'Default'
},
custom: {
id: 'custom',
label: 'Custom'
}
};