1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 09:26:30 -05:00

Qt: unify running detection

This commit is contained in:
wwylele
2016-09-02 20:18:45 +08:00
parent 309ffc1df1
commit bdc59c4c21
5 changed files with 9 additions and 12 deletions

View File

@@ -510,7 +510,7 @@ void GMainWindow::ToggleWindowMode() {
}
void GMainWindow::OnConfigure() {
ConfigureDialog configureDialog(this, emulation_running);
ConfigureDialog configureDialog(this);
auto result = configureDialog.exec();
if (result == QDialog::Accepted)
{