diff options
-rw-r--r-- | mobile-widgets/qml/DiveSummary.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveSummary.qml b/mobile-widgets/qml/DiveSummary.qml index 07939b48f..7eb8d254a 100644 --- a/mobile-widgets/qml/DiveSummary.qml +++ b/mobile-widgets/qml/DiveSummary.qml @@ -88,9 +88,11 @@ Kirigami.ScrollablePage { Layout.columnSpan: 3 } - TemplateLabel { - text: "" + TemplateButton { + /* Replace by signals from the core in due course. */ + text: "Refresh" width: headerColumnWidth + onClicked: reload() } TemplateComboBox { id: selectionPrimary |