Fix connect road button for when auto unit cycle is turned on (#10696)

This commit is contained in:
Will Allen 2023-12-10 14:59:35 -06:00 committed by GitHub
parent 87b02e49cd
commit b3c7143e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ enum class UnitActionType(
Automate("Automate",
{ ImageGetter.getUnitActionPortrait("Automate") }),
ConnectRoad("Connect road",
{ ImageGetter.getUnitActionPortrait("RoadConnection") }),
{ ImageGetter.getUnitActionPortrait("RoadConnection") }, false),
StopAutomation("Stop automation",
{ ImageGetter.getUnitActionPortrait("Stop") }, false),
StopMovement("Stop movement",