mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
Kirigami.Action {
|
||||||
|
icon {
|
||||||
|
name: ":/icons/sigma.svg"
|
||||||
|
}
|
||||||
text: qsTr("Dive summary")
|
text: qsTr("Dive summary")
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
globalDrawer.close()
|
globalDrawer.close()
|
||||||
|
|
Loading…
Add table
Reference in a new issue