Qt: unify running detection
This commit is contained in:
parent
309ffc1df1
commit
bdc59c4c21
5 changed files with 9 additions and 12 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue