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)
{