work on netcore

This commit is contained in:
Nayla Hanegan 2023-04-20 20:23:46 -04:00
commit fcfb000317
No known key found for this signature in database
GPG key ID: BAFE9001DA16CFA2
5 changed files with 11 additions and 9 deletions

View file

@ -1003,12 +1003,12 @@ bool MainWindow::RequestStopNetplay()
// message box returning, which could break cursor locking depending on the order
m_render_widget->SetWaitingForMessageBox(true);
auto confirm = ModalMessageBox::question(
confirm_parent, tr("Quitter!"),
confirm_parent, tr("Someone Quit!"),
m_stop_requested ? tr("A user closed down their game from the netplay lobby. "
"This could the Netplay session has ended due to someone ragequitting! "
"This means the Netplay session has ended! "
"Do you want to stop the current emulation?") :
tr("A user closed down their game from the netplay lobby. "
"This could the Netplay session has ended due to someone ragequitting"
"This means the Netplay session has ended"
"Do you want to stop the current emulation?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::NoButton, Qt::ApplicationModal);