diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 746c419f1..ae22e073e 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -131,6 +131,15 @@ Kirigami.ApplicationWindow { globalDrawer.close() } }, + Kirigami.Action { + icon { + name: "icons/map-globe.svg" + } + text: mapPage.title + onTriggered: { + showMap() + } + }, Kirigami.Action { icon { name: "icons/ic_sync.svg"