Changed order

This commit is contained in:
PeekabooSteam 2023-12-02 12:57:58 +00:00
parent 5da1df7e20
commit d0e6ef8c6c

View File

@ -181,13 +181,6 @@ export const MAP_MARKER_CONTROLS: MapMarkerVisibilityControl[] = [{
"image": "visibility/human.svg",
"toggles": ["human"],
"tooltip": "Toggle human players' visibility"
}, {
"image": "visibility/dcs.svg",
"isProtected": true,
"name": "DCS",
"protectable": true,
"toggles": ["dcs"],
"tooltip": "Toggle DCS-controlled units' visibility"
}, {
"image": "visibility/head-side-virus-solid.svg",
"isProtected": false,
@ -195,6 +188,13 @@ export const MAP_MARKER_CONTROLS: MapMarkerVisibilityControl[] = [{
"protectable": false,
"toggles": ["olympus"],
"tooltip": "Toggle Olympus-controlled units' visibility"
}, {
"image": "visibility/dcs.svg",
"isProtected": true,
"name": "DCS",
"protectable": true,
"toggles": ["dcs"],
"tooltip": "Toggle DCS-controlled units' visibility"
}, {
"image": "visibility/aircraft.svg",
"name": "Aircraft",