Qt: unify running detection

This commit is contained in:
wwylele 2016-09-02 20:18:45 +08:00
parent a8490c2344
commit e64309bac9
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)
{