Qt: unify running detection

This commit is contained in:
wwylele
2016-09-02 20:18:45 +08:00
parent 8f747c7814
commit b5c664c59c
5 changed files with 9 additions and 12 deletions
+1 -1
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)
{