aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configuredivecomputerthreads.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/configuredivecomputerthreads.cpp b/configuredivecomputerthreads.cpp
index 82a6778a1..209794b3b 100644
--- a/configuredivecomputerthreads.cpp
+++ b/configuredivecomputerthreads.cpp
@@ -802,6 +802,8 @@ void ReadSettingsThread::run()
} else {
lastError = tr("Could not a establish connection to the dive computer.");
emit error(lastError);
+ // So we don't trigger the "unsupported" clause later..
+ supported = true;
}
unsupported_dc_error:
dc_device_close(m_data->device);