Extended the capabilities of scene rangemeasurement settings

This commit is contained in:
WBHarry 2025-11-10 22:24:26 +01:00
parent 7055591a76
commit 7358041ec6
13 changed files with 168 additions and 21 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'
}
};