Commit 576d339f authored by DonLakeFlyer's avatar DonLakeFlyer

Waypoints only mode broken

parent 8663920e
......@@ -86,15 +86,11 @@ Rectangle {
visible: hamburger.visible
onClicked: {
currentItemScope.focus = true
if (_waypointsOnlyMode) {
waypointsOnlyMenu.popup()
} else {
normalMenu.popup()
}
hamburgerMenu.popup()
}
Menu {
id: normalMenu
id: hamburgerMenu
MenuItem {
text: qsTr("Insert waypoint")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment