mobile-widgets/qml: add icon to dive summary entry

Add sigma icon to menu entry "dive summary".

Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2020-01-28 16:44:25 +01:00 committed by Dirk Hohndel
parent 7ebfdd6232
commit 303b5865cd

View file

@ -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()