Commit 576d339f authored by DonLakeFlyer's avatar DonLakeFlyer

Waypoints only mode broken

parent 8663920e
...@@ -86,15 +86,11 @@ Rectangle { ...@@ -86,15 +86,11 @@ Rectangle {
visible: hamburger.visible visible: hamburger.visible
onClicked: { onClicked: {
currentItemScope.focus = true currentItemScope.focus = true
if (_waypointsOnlyMode) { hamburgerMenu.popup()
waypointsOnlyMenu.popup()
} else {
normalMenu.popup()
}
} }
Menu { Menu {
id: normalMenu id: hamburgerMenu
MenuItem { MenuItem {
text: qsTr("Insert waypoint") 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