diff options
author | jan Iversen <jan@casacondor.com> | 2020-01-28 16:44:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-01-28 15:34:34 -0800 |
commit | 303b5865cdf3e9cefd5e5263ee15fd869623b1e8 (patch) | |
tree | f5c9c17a6cf3ac4da20a1de2cd86f8e862e2208e /mobile-widgets/qml/main.qml | |
parent | 7ebfdd62322cf29cdf4eec206d0de3f09127d048 (diff) | |
download | subsurface-303b5865cdf3e9cefd5e5263ee15fd869623b1e8.tar.gz |
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>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 3 |
1 files changed, 3 insertions, 0 deletions
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() |