mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed an issue where refining a scraper search could lead to an empty screen.
This commit is contained in:
parent
abbc3384fd
commit
ea55efb523
|
@ -782,12 +782,12 @@ void GuiScraperSearch::updateThumbnail()
|
|||
void GuiScraperSearch::openInputScreen(ScraperSearchParams& params)
|
||||
{
|
||||
auto searchForFunc = [&](const std::string& name) {
|
||||
stop();
|
||||
mRefinedSearch = true;
|
||||
params.nameOverride = name;
|
||||
search(params);
|
||||
};
|
||||
|
||||
stop();
|
||||
mRetryCount = 0;
|
||||
|
||||
std::string searchString;
|
||||
|
|
Loading…
Reference in a new issue