в процессе 1

This commit is contained in:
2025-12-18 11:27:29 +03:00
parent c8ca0e32ad
commit b0abac8352
9 changed files with 138 additions and 34 deletions

View File

@@ -529,7 +529,7 @@ void AMMtasksWidget::on_btnStatus_clicked()
if(!task.getID())
return;
dlgStatusTask = new DialogChekerTask(connectorToServer, CheckerTask::TypeChecker::amm_status, this);
dlgStatusTask = new DialogChekerTask(connectorToServer, CheckerTask::TypeChecker::amm_check, this);
dlgStatusTask->setTask(&task);
dlgStatusTask->exec();