mirror of
https://github.com/SysRay/psOff_public.git
synced 2025-02-17 04:50:09 +00:00
Missed one more profile (Whoops)
This commit is contained in:
parent
586f5da72c
commit
808b3516d1
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user