Missed one more profile (Whoops)

This commit is contained in:
igor725 2024-04-12 02:57:26 +03:00
parent 586f5da72c
commit 808b3516d1
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -221,7 +221,7 @@ Config::Config() {
}}}),
ConfigModFlag::CONTROLS);
m_general._future =
std::async(std::launch::async, load, &m_general,
json({{"systemlang", 1}, {"userIndex", 1}, {"profiles", json::array({defaultprof, defaultprof, defaultprof})}}), ConfigModFlag::GENERAL);
m_general._future = std::async(std::launch::async, load, &m_general,
json({{"systemlang", 1}, {"userIndex", 1}, {"profiles", json::array({defaultprof, defaultprof, defaultprof, defaultprof})}}),
ConfigModFlag::GENERAL);
}