Qt: add system settings config tab

This commit is contained in:
wwylele 2016-06-01 10:43:33 +03:00
parent ab2eef396a
commit ec3e99eec7
8 changed files with 450 additions and 4 deletions

View file

@ -508,7 +508,7 @@ void GMainWindow::ToggleWindowMode() {
}
void GMainWindow::OnConfigure() {
ConfigureDialog configureDialog(this);
ConfigureDialog configureDialog(this, emulation_running);
auto result = configureDialog.exec();
if (result == QDialog::Accepted)
{