mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: go back to always saving libdivecomputer logfile
This got disabled as unintended (I hope) side effect of commit
807571a588
("core: update deviceData default from qml").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
59cd3902a1
commit
314b08c78f
1 changed files with 4 additions and 0 deletions
|
@ -220,7 +220,11 @@ DCDeviceData::DCDeviceData()
|
|||
data.force_download = false;
|
||||
data.create_new_trip = false;
|
||||
data.libdc_dump = false;
|
||||
#if defined(SUBSURFACE_MOBILE)
|
||||
data.libdc_log = true;
|
||||
#else
|
||||
data.libdc_log = false;
|
||||
#endif
|
||||
if (m_instance) {
|
||||
qDebug() << "already have an instance of DCDevieData";
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue