mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge branch 'release-candidate' into features/redgreen-unit
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
faWifi,
|
||||
faHourglass,
|
||||
faInfo,
|
||||
faObjectGroup,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { OlDropdownItem, OlDropdown } from "../components/oldropdown";
|
||||
import { OlLabelToggle } from "../components/ollabeltoggle";
|
||||
@@ -166,8 +167,8 @@ export function Header() {
|
||||
<FaFloppyDisk className={`absolute -top-3 text-2xl`} />
|
||||
<FaCheck
|
||||
className={`
|
||||
absolute left-[9px] top-[-6px] text-2xl text-olympus-900
|
||||
`}
|
||||
absolute left-[9px] top-[-6px] text-2xl text-olympus-900
|
||||
`}
|
||||
/>
|
||||
<FaCheck className={`absolute left-3 top-0 text-green-500`} />
|
||||
</div>
|
||||
@@ -328,6 +329,13 @@ export function Header() {
|
||||
className={""}
|
||||
tooltip={"Hide/show units acquisition rings"}
|
||||
/>
|
||||
<OlRoundStateButton
|
||||
onClick={() => getApp().getMap().setOption("clusterGroundUnits", !mapOptions.clusterGroundUnits)}
|
||||
checked={mapOptions.clusterGroundUnits}
|
||||
icon={faObjectGroup}
|
||||
className={""}
|
||||
tooltip={"Enable/disable ground unit clustering"}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<OlLabelToggle
|
||||
|
||||
Reference in New Issue
Block a user