1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Restore logging of openmw.cfg paths in launcher

Removed here https://gitlab.com/OpenMW/openmw/-/merge_requests/2650/diffs#be09c16519a3f26f4306b920c50e0e4215dffaee_329_328
This commit is contained in:
AnyOldName3 2024-03-24 23:48:37 +00:00
parent 0371791cce
commit 0e2f28156d

View file

@ -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;
}