1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00

Make "Configure Wine" menu item open winecfg again

This commit is contained in:
Joshua Goins 2022-04-27 11:53:04 -04:00
parent dca7342854
commit 108fd7c2c5

View file

@ -164,7 +164,7 @@ LauncherWindow::LauncherWindow(LauncherCore& core, QWidget* parent) : QMainWindo
wineCfg->setMenuRole(QAction::MenuRole::NoRole);
wineCfg->setIcon(QIcon::fromTheme("configure"));
connect(wineCfg, &QAction::triggered, [=] {
this->core.launchExternalTool(currentProfile(), {"regedit.exe"});
this->core.launchExternalTool(currentProfile(), {"winecfg.exe"});
});
#endif