mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
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());
|
args << "[" + serverIp + "]:" + QString::number(appConfig().port());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
} else if (m_pLineEditHostname->text().isEmpty()) {
|
||||||
|
|
||||||
if (m_pLineEditHostname->text().isEmpty()) {
|
|
||||||
show();
|
show();
|
||||||
if (!m_SuppressEmptyServerWarning) {
|
if (!m_SuppressEmptyServerWarning) {
|
||||||
QMessageBox::warning(this, tr("Hostname is empty"),
|
QMessageBox::warning(this, tr("Hostname is empty"),
|
||||||
|
Loading…
Reference in New Issue
Block a user