Merge pull request #706 from jmartens/patch-1
Fix Auto config missing hostname prompt #704
This commit is contained in:
commit
e354d79d81
|
@ -595,9 +595,7 @@ bool MainWindow::clientArgs(QStringList& args, QString& app)
|
|||
args << "[" + serverIp + "]:" + QString::number(appConfig().port());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
if (m_pLineEditHostname->text().isEmpty()) {
|
||||
} else if (m_pLineEditHostname->text().isEmpty()) {
|
||||
show();
|
||||
if (!m_SuppressEmptyServerWarning) {
|
||||
QMessageBox::warning(this, tr("Hostname is empty"),
|
||||
|
|
Loading…
Reference in New Issue