summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index 314b887d0..012829b76 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -320,8 +320,7 @@ Kirigami.Page {
TemplateButton {
id: download
text: qsTr("Download")
- enabled: comboVendor.currentIndex != -1 && comboProduct.currentIndex != -1 &&
- comboConnection.currentIndex != -1
+ enabled: comboVendor.currentIndex != -1 && comboProduct.currentIndex != -1 && comboConnection.currentIndex != -1
onClicked: {
text = qsTr("Retry")