aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml9
1 files changed, 9 insertions, 0 deletions
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
@@ -133,6 +133,15 @@ Kirigami.ApplicationWindow {
},
Kirigami.Action {
icon {
+ name: "icons/map-globe.svg"
+ }
+ text: mapPage.title
+ onTriggered: {
+ showMap()
+ }
+ },
+ Kirigami.Action {
+ icon {
name: "icons/ic_sync.svg"
}
text: qsTr("Dive management")