lay base for the actual dialog

also make EmuSettingsDialog properly modal
This commit is contained in:
Arisotura
2020-08-11 17:38:29 +02:00
parent e217d016a7
commit 0bd53a34ef
6 changed files with 160 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public:
}
currentDlg = new EmuSettingsDialog(parent);
currentDlg->show();
currentDlg->open();
return currentDlg;
}
static void closeDlg()