diff options
Diffstat (limited to 'mobile-widgets')
-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() |