fix: Certain language strings not loading correctly
This commit is contained in:
parent
2173707925
commit
a7d6a4968e
@ -106,7 +106,6 @@ namespace hex {
|
|||||||
if (!loaded)
|
if (!loaded)
|
||||||
store();
|
store();
|
||||||
|
|
||||||
TaskManager::doLater([] {
|
|
||||||
for (const auto &[category, rest] : *impl::s_onChangeCallbacks) {
|
for (const auto &[category, rest] : *impl::s_onChangeCallbacks) {
|
||||||
for (const auto &[name, callbacks] : rest) {
|
for (const auto &[name, callbacks] : rest) {
|
||||||
for (const auto &[id, callback] : callbacks) {
|
for (const auto &[id, callback] : callbacks) {
|
||||||
@ -114,7 +113,6 @@ namespace hex {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void store() {
|
void store() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user