mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Improve NetPlay connection error handling
This commit is contained in:
parent
f5730e1636
commit
a29cdb5713
6 changed files with 24 additions and 12 deletions
|
@ -1085,8 +1085,6 @@ bool MainWindow::NetPlayJoin()
|
|||
|
||||
if (!Settings::Instance().GetNetPlayClient()->IsConnected())
|
||||
{
|
||||
QMessageBox::critical(nullptr, QObject::tr("Error"),
|
||||
QObject::tr("Failed to connect to server"));
|
||||
NetPlayQuit();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue