take this somewhere

This commit is contained in:
Arisotura
2020-05-17 04:02:16 +02:00
parent 492a4b4b46
commit 60ba163f08
3 changed files with 97 additions and 3 deletions

View File

@ -820,9 +820,7 @@ void MainWindow::onEmuUnpause()
void MainWindow::onOpenEmuSettings()
{
// TODO keep track of this pointer!!
EmuSettingsDialog* dlg = new EmuSettingsDialog(this);
dlg->show();
EmuSettingsDialog::openDlg(this);
}