mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
a4ecfb7522
commit
144de49ad4
2 changed files with 30 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue