Fixed an issue where the helpsystem in GuiThemeDownloader was not always getting updated

This commit is contained in:
Leon Styhre 2023-03-30 20:05:01 +02:00
parent a4cf1c6bac
commit 8cd5ec0612

View file

@ -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)};