Fall back to observer mode login in case no simulator is available

refs #860
This commit is contained in:
Roland Winklmeier
2017-01-16 14:37:06 +01:00
committed by Mathew Sutcliffe
parent f5058574d0
commit 372e92072c
2 changed files with 8 additions and 1 deletions

View File

@@ -437,7 +437,6 @@ namespace BlackGui
else
{
model = this->getPrefillModel();
ui->gbp_LoginMode->setLoginMode(INetwork::LoginNormal); //! \todo Set observer mode without simulator, currently not working in OBS mode
ui->le_SimulatorModel->setText("");
this->highlightModelField();
}