mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Loading of plugins and localizations after restart
This commit is contained in:
@@ -108,10 +108,11 @@ namespace hex {
|
||||
|
||||
void LangEntry::resetLanguageStrings() {
|
||||
LangEntry::s_currStrings.clear();
|
||||
LangEntry::s_selectedLanguage.clear();
|
||||
}
|
||||
|
||||
const std::string &LangEntry::getSelectedLanguage() {
|
||||
return s_selectedLanguage;
|
||||
return LangEntry::s_selectedLanguage;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user