This commit is contained in:
2025-12-01 15:27:09 +03:00
parent 0b7f772b21
commit 2e807112f0
3 changed files with 11 additions and 1 deletions

View File

@@ -365,7 +365,12 @@ void InstructorsAndTraineesWidget::slot_ConnectedToServer(bool state)
viewerInstructors->deactivate();
if(dlgSettings)
dlgSettings->deactivate();
{
//dlgSettings->deactivate();
dlgSettings->close();
delete dlgSettings;
dlgSettings = nullptr;
}
if(dlgAuthorization)
{