Fixed minor UI problems

This commit is contained in:
Pax1601
2023-12-10 18:36:25 +01:00
parent 1798e62315
commit 6c6117aee3
5 changed files with 18 additions and 14 deletions

View File

@@ -220,7 +220,7 @@ export class Map extends L.Map {
this.addVisibilityOption(SHOW_UNITS_ENGAGEMENT_RINGS, true);
this.addVisibilityOption(SHOW_UNITS_ACQUISITION_RINGS, true);
this.addVisibilityOption(HIDE_UNITS_SHORT_RANGE_RINGS, true);
this.addVisibilityOption(FILL_SELECTED_RING, false);
/* this.addVisibilityOption(FILL_SELECTED_RING, false); Removed since currently broken: TODO fix!*/
}
addVisibilityOption(option: string, defaultValue: boolean) {