Fix: do not set the autoRequest flag back to false.

This commit is contained in:
Gerhard Hoffmann 2024-06-26 13:15:48 +02:00
parent 25bf905a79
commit 8f0a9112d6

View File

@ -414,10 +414,6 @@ bool Update::downloadJson(enum FileTypeJson type,
}
}
m_hw->dc_autoRequest(false);
qDebug() << "SET AUTO-REQUEST=FALSE";
QThread::sleep(1); // make sure the auto-request flag is acknowledged
return ret;
}