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:
parent
dca7342854
commit
108fd7c2c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue