mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #7202 from Techjar/better-netplay-errors
Improve NetPlay connection error handling
This commit is contained in:
commit
28ca6fec9a
6 changed files with 24 additions and 12 deletions
|
@ -1094,8 +1094,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