Added ability to hide spawn menu

This commit is contained in:
Davide Passoni
2024-07-05 12:12:21 +02:00
parent fa48d1f905
commit 61e52efc07
11 changed files with 74 additions and 57 deletions

View File

@@ -52,7 +52,6 @@ export function SideBar() {
checked={appState.spawnMenuVisible}
icon={faPlusSquare}
tooltip="Hide/show unit spawn menu"
highlighted={mapState === SPAWN_UNIT}
></OlStateButton>
<OlStateButton
onClick={events.toggleUnitControlMenuVisible}