mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 23:25:38 +00:00
Fixed an issue where the help system would not update properly during scraping.
This commit is contained in:
parent
5c701ba1ba
commit
4a511f3f4a
|
@ -439,6 +439,7 @@ void GuiScraperSearch::onSearchDone(std::vector<ScraperSearchResult>& results)
|
|||
|
||||
mBlockAccept = false;
|
||||
updateInfoPane();
|
||||
updateHelpPrompts();
|
||||
|
||||
// If there is a single result in semi-automatic mode or a single or more results in
|
||||
// fully automatic mode, then block the ability to manually accept the entry as it will
|
||||
|
|
Loading…
Reference in a new issue