forked from organicmaps/organicmaps
Fixed languages locale bug
This commit is contained in:
parent
60475b2441
commit
e02bd2ab9f
1 changed files with 1 additions and 0 deletions
|
@ -390,6 +390,7 @@ void FrameWork<TModel>::AddRedrawCommandSure()
|
|||
// set language priorities
|
||||
languages::CodesT langCodes;
|
||||
languages::GetCurrentSettings(langCodes);
|
||||
languages::SaveSettings(langCodes);
|
||||
}
|
||||
|
||||
template <typename TModel>
|
||||
|
|
Loading…
Add table
Reference in a new issue