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 94bfb9d commit f7c75a7Copy full SHA for f7c75a7
Source/Core/DolphinQt/Settings/PathPane.cpp
@@ -93,7 +93,7 @@ void PathPane::BrowseLauncher()
93
this, tr("Select Lanucher Path"), QString::fromStdString(Config::Get(Config::MAIN_LAUNCHER_PATH))));
94
if (!dir.isEmpty())
95
{
96
- m_load_edit->setText(dir);
+ m_launcher_edit->setText(dir);
97
Config::SetBase(Config::MAIN_LAUNCHER_PATH, dir.toStdString());
98
}
99
0 commit comments