AnyOldName3 9 months ago
parent 0371791cce
commit 0e2f28156d

@ -351,6 +351,7 @@ bool Launcher::MainDialog::setupGameSettings()
for (const auto& path : Files::getActiveConfigPathsQString(mCfgMgr))
{
Log(Debug::Verbose) << "Loading config file: " << path.toUtf8().constData();
if (!loadFile(path, &Config::GameSettings::readFile))
return false;
}

Loading…
Cancel
Save