diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 0ed1ffa5a..6fe5d7a3f 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -508,7 +508,7 @@ void GMainWindow::ToggleWindowMode() { | |||
| 508 | } | 508 | } |
| 509 | 509 | ||
| 510 | void GMainWindow::OnConfigure() { | 510 | void GMainWindow::OnConfigure() { |
| 511 | ConfigureDialog configureDialog(this); | 511 | ConfigureDialog configureDialog(this, emulation_running); |
| 512 | auto result = configureDialog.exec(); | 512 | auto result = configureDialog.exec(); |
| 513 | if (result == QDialog::Accepted) | 513 | if (result == QDialog::Accepted) |
| 514 | { | 514 | { |