mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed an issue where invalid popup notifications were sometimes shown after a download error message had been displayed in the theme downloader
This commit is contained in:
parent
77d27db8cb
commit
fb773da199
|
@ -1074,6 +1074,7 @@ void GuiThemeDownloader::update(int deltaTime)
|
|||
mWindow->pushGui(new GuiMsgBox(
|
||||
getHelpStyle(), errorMessage, _("OK"), [] { return; }, "", nullptr, "",
|
||||
nullptr, nullptr, true));
|
||||
mRepositoryError = RepositoryError::NO_REPO_ERROR;
|
||||
mMessage = "";
|
||||
getHelpPrompts();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue