mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-21 09:03:25 -08:00
Merge pull request #879 from poixen/login
Failed logins reopen login dlg
This commit is contained in:
@@ -268,6 +268,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
|
||||
default:
|
||||
QMessageBox::critical(this, tr("Error"), tr("Unknown login error: %1").arg(static_cast<int>(r)));
|
||||
}
|
||||
actConnect();
|
||||
}
|
||||
|
||||
void MainWindow::socketError(const QString &errorStr)
|
||||
|
||||
Reference in New Issue
Block a user