From 303b5865cdf3e9cefd5e5263ee15fd869623b1e8 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Tue, 28 Jan 2020 16:44:25 +0100 Subject: [PATCH] mobile-widgets/qml: add icon to dive summary entry Add sigma icon to menu entry "dive summary". Signed-off-by: jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index e63cbdb7a..f4b26e38b 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -394,6 +394,9 @@ if you have network connectivity and want to sync your data to cloud storage."), } }, Kirigami.Action { + icon { + name: ":/icons/sigma.svg" + } text: qsTr("Dive summary") onTriggered: { globalDrawer.close()