mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 13:21:13 +00:00
Fixed locale loading. Oops.
This commit is contained in:
parent
9af32e8afc
commit
a996b95bc6
@ -125,7 +125,6 @@ bool Locale::SetSelectedLocale(const std::string& locale) {
|
||||
|
||||
if (!this->localeData.is_null()) {
|
||||
this->selectedLocale = locale;
|
||||
this->localeData = nlohmann::json({});
|
||||
|
||||
prefs->SetString(keys::Locale, this->selectedLocale.c_str());
|
||||
prefs->Save();
|
||||
|
Loading…
x
Reference in New Issue
Block a user