mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-24 06:15:57 +03:00
Changed message box when no server detected
This commit is contained in:
parent
c560eabeb2
commit
5222b81600
@ -513,8 +513,8 @@ bool MainWindow::clientArgs(QStringList& args, QString& app)
|
|||||||
|
|
||||||
if (m_pCheckBoxAutoConnect->isChecked()) {
|
if (m_pCheckBoxAutoConnect->isChecked()) {
|
||||||
if (m_pComboServerList->count() == 0) {
|
if (m_pComboServerList->count() == 0) {
|
||||||
QMessageBox::warning(this, tr("No server detected"),
|
QMessageBox::information(this, tr("No server detected"),
|
||||||
tr("Sorry, Synergy doesn't detect any server."));
|
tr("Sorry, Synergy hasn't detected any server."));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user