Add update initial
This commit is contained in:
parent
487bbb8160
commit
cbb81b7260
@ -34,6 +34,9 @@ void CheckUpdateActivationCommand::readyReadStandardOutput() {
|
|||||||
} else
|
} else
|
||||||
if (s == internal::NO_CUSTOMER_REPOSITORY) {
|
if (s == internal::NO_CUSTOMER_REPOSITORY) {
|
||||||
emit w->showUpdateRequest(internal::NO_CUSTOMER_REPOSITORY);
|
emit w->showUpdateRequest(internal::NO_CUSTOMER_REPOSITORY);
|
||||||
|
} else
|
||||||
|
if (s == internal::UPDATE_INITIAL) {
|
||||||
|
emit w->showUpdateRequest(internal::UPDATE_INITIAL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user