Set
m_lastFailedUpdateStep = UPDATE_STEP::NONE as last step in case of a successful update.
This commit is contained in:
parent
aaa485e2fc
commit
728185ddb9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user