mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 12:05:39 +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()
|
void GuiThemeDownloader::updateGUI()
|
||||||
{
|
{
|
||||||
updateInfoPane();
|
updateInfoPane();
|
||||||
|
updateHelpPrompts();
|
||||||
|
|
||||||
for (size_t i {0}; i < mThemeSets.size(); ++i) {
|
for (size_t i {0}; i < mThemeSets.size(); ++i) {
|
||||||
std::string themeName {Utils::String::toUpper(mThemeSets[i].name)};
|
std::string themeName {Utils::String::toUpper(mThemeSets[i].name)};
|
||||||
|
|
Loading…
Reference in a new issue