mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
UI: UserSettings: Set default lang before setup
This commit is contained in:
parent
66e85a5b64
commit
b153a9364f
@ -11,9 +11,9 @@ void UserSettings::setUp()
|
||||
{
|
||||
auto settings = IoC<FortSettings>();
|
||||
|
||||
setupIni(settings->userPath() + APP_BASE + ".user.ini");
|
||||
|
||||
iniUser().setDefaultLanguage(settings->defaultLanguage());
|
||||
|
||||
setupIni(settings->userPath() + APP_BASE + ".user.ini");
|
||||
}
|
||||
|
||||
void UserSettings::migrateIniOnStartup()
|
||||
|
Loading…
Reference in New Issue
Block a user