From 144de49ad45eb882ecfaf4257c20999e4efd1db1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 5 May 2019 16:07:15 -0700 Subject: Mobile: add checkbox to force downloading all dives This has been a feature people have asked for quite frequently. It is taking up some valuable screen real estate - so the question could become if there should be a switch to enable / disable it. Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index f2a65ac5f..5cd8956dc 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -82,6 +82,7 @@ void DownloadThread::run() internalData->devname = "ftdi"; #endif qDebug() << "Starting download from " << (internalData->bluetooth_mode ? "BT" : internalData->devname); + qDebug() << "downloading" << (internalData->force_download ? "all" : "only new") << "dives"; clear_table(&downloadTable); clear_dive_site_table(&diveSiteTable); -- cgit v1.2.3-70-g09d2