Skip to content

Commit

Permalink
RMG: reset session browser widget when requesting sessions fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Dec 28, 2024
1 parent e9168e9 commit a8e4f05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ void NetplaySessionBrowserDialog::on_webSocket_textMessageReceived(QString messa
}
else
{
this->sessionBrowserWidget->Reset();
QtMessageBox::Error(this, "Server Error", json.value("message").toString());
}
}
Expand Down

0 comments on commit a8e4f05

Please sign in to comment.