We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea51d2a commit 738ede0Copy full SHA for 738ede0
src/duckstation-qt/mainwindow.cpp
@@ -2300,6 +2300,10 @@ void MainWindow::doSettings(const char* category /* = nullptr */)
2300
dlg->setModal(false);
2301
dlg->show();
2302
}
2303
+ else
2304
+ {
2305
+ dlg->raise();
2306
+ }
2307
2308
if (category)
2309
dlg->setCategory(category);
@@ -2322,6 +2326,10 @@ void MainWindow::doControllerSettings(
2322
2326
2323
2327
2324
2328
2329
2330
2331
2332
2325
2333
2334
if (category != ControllerSettingsDialog::Category::Count)
2335
0 commit comments