summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-10-20 22:58:22 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-20 18:11:48 -0700
commit1c2ddd62c11ad815147e77c364dac0bb679d1cde (patch)
tree497ae42432ac4f29164fdcbe3cf3a45bdb0a1974
parentadf03c7845a2bf0f4e8d2cf5029b8ded0c0c9367 (diff)
downloadsubsurface-1c2ddd62c11ad815147e77c364dac0bb679d1cde.tar.gz
Disable update firmware button for OSTC3 for now
We currently don't support update firmware for the OSTC3. Where waiting for support in libdivecomputer for that, so disable that button for now. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/configuredivecomputerdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp
index 92f4c3909..781a0e633 100644
--- a/qt-ui/configuredivecomputerdialog.cpp
+++ b/qt-ui/configuredivecomputerdialog.cpp
@@ -615,7 +615,7 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr
case 0:
selected_vendor = "Heinrichs Weikamp";
selected_product = "OSTC 3";
- ui.updateFirmwareButton->setEnabled(true);
+ ui.updateFirmwareButton->setEnabled(false);
break;
case 1:
selected_vendor = "Suunto";