mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
7ebfdd6232
commit
303b5865cd
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue