styling 1

This commit is contained in:
2026-01-20 14:34:15 +03:00
parent 238d501ac4
commit e7e719bc84
6 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ DialogChekerTask::DialogChekerTask(ConnectorToServer* connectorToServer, Checker
break;
}
this->setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
this->setModal(true);
}