Revert "work on netcore"

This reverts commit fcfb000317.
This commit is contained in:
Nayla Hanegan 2023-04-23 10:06:05 -04:00
commit 255558db6d
5 changed files with 9 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("Someone Quit!"),
confirm_parent, tr("Quitter!"),
m_stop_requested ? tr("A user closed down their game from the netplay lobby. "
"This means the Netplay session has ended! "
"This could the Netplay session has ended due to someone ragequitting! "
"Do you want to stop the current emulation?") :
tr("A user closed down their game from the netplay lobby. "
"This means the Netplay session has ended"
"This could the Netplay session has ended due to someone ragequitting"
"Do you want to stop the current emulation?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::NoButton, Qt::ApplicationModal);