reset file

This commit is contained in:
dranik
2026-06-04 15:55:46 +03:00
parent 17b34f7891
commit 87b0a98460
@@ -431,7 +431,9 @@ void InstallUiController::removeContainer(const QString &serverId, int container
DockerContainer container = static_cast<DockerContainer>(containerIndex);
QString containerName = ContainerUtils::containerHumanNames().value(container);
if (container == DockerContainer::Xray || container == DockerContainer::SSXray) {
const bool asyncRemove = container == DockerContainer::Xray || container == DockerContainer::SSXray;
if (asyncRemove) {
emit serverIsBusy(true);
auto *watcher = new QFutureWatcher<ErrorCode>(this);
QObject::connect(watcher, &QFutureWatcher<ErrorCode>::finished, this,