Add update initial

This commit is contained in:
Gerhard Hoffmann 2025-04-11 12:31:51 +02:00
parent 487bbb8160
commit cbb81b7260

View File

@ -34,6 +34,9 @@ void CheckUpdateActivationCommand::readyReadStandardOutput() {
} else
if (s == internal::NO_CUSTOMER_REPOSITORY) {
emit w->showUpdateRequest(internal::NO_CUSTOMER_REPOSITORY);
} else
if (s == internal::UPDATE_INITIAL) {
emit w->showUpdateRequest(internal::UPDATE_INITIAL);
}
}
}