mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
Fixed an issue where the helpsystem in GuiThemeDownloader was not always getting updated
This commit is contained in:
parent
a4cf1c6bac
commit
8cd5ec0612
|
@ -640,6 +640,7 @@ void GuiThemeDownloader::populateGUI()
|
|||
void GuiThemeDownloader::updateGUI()
|
||||
{
|
||||
updateInfoPane();
|
||||
updateHelpPrompts();
|
||||
|
||||
for (size_t i {0}; i < mThemeSets.size(); ++i) {
|
||||
std::string themeName {Utils::String::toUpper(mThemeSets[i].name)};
|
||||
|
|
Loading…
Reference in a new issue