diff options
author | Jocke <j.bygdell@gmail.com> | 2018-10-09 19:19:00 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-09 21:04:23 -0700 |
commit | 8686b53c3735b0937e585ca42afc1279558e5162 (patch) | |
tree | 175653d94f76c04c697b3add96f576153f910777 /mobile-widgets/qml/DownloadFromDiveComputer.qml | |
parent | 3ce019cf1ae53a29baab1ebd3c8d72f0bcdfa370 (diff) | |
download | subsurface-8686b53c3735b0937e585ca42afc1279558e5162.tar.gz |
Mobile/DC download: reset the "Download" button
When changing to another DC, reset the "Download" button text.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index b5696c7da..8a8bf2d74 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -197,6 +197,7 @@ Kirigami.Page { break } } + download.text = qsTr("Download") } } |