Skip to content
Snippets Groups Projects
Commit 98fcdb9e authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Not showing H for home

parent 7f43851e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ MapQuickItem {
MissionItemIndexLabel {
id: _label
isCurrentItem: missionItem.isCurrentItem
label: missionItem.sequenceNumber
label: missionItem.sequenceNumber == 0 ? "H" : missionItem.sequenceNumber
onClicked: _item.clicked()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment