Hide error on clear server button

This commit is contained in:
Vladyslav Miachkov
2024-04-06 23:07:46 +03:00
parent a22c08a41d
commit dad2dc0ab0

View File

@@ -533,7 +533,8 @@ void InstallController::removeAllContainers()
emit removeAllContainersFinished(tr("All containers from server '%1' have been removed").arg(serverName));
return;
}
emit installationErrorOccurred(errorString(errorCode));
qDebug() << errorString(errorCode);
}
void InstallController::removeProcessedContainer()