m_lastFailedUpdateStep = UPDATE_STEP::NONE
as last step in case of a successful update.
This commit is contained in:
Gerhard Hoffmann 2024-01-24 08:31:22 +01:00
parent aaa485e2fc
commit 728185ddb9

View File

@ -481,6 +481,7 @@ void Worker::privateUpdate() {
setProgress(_SAVE_LOGS_SUCCESS);
// final messages: see destructor of UpdateProcessRunning subclass
m_lastFailedUpdateStep = UPDATE_STEP::NONE;
}
bool Worker::updateTriggerSet() {