From 4a511f3f4a5db96f00aead077ff352ce3302bbcb Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 3 Apr 2022 17:32:09 +0200 Subject: [PATCH] Fixed an issue where the help system would not update properly during scraping. --- es-app/src/guis/GuiScraperSearch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/src/guis/GuiScraperSearch.cpp b/es-app/src/guis/GuiScraperSearch.cpp index d8fda64fc..73d1ccb71 100644 --- a/es-app/src/guis/GuiScraperSearch.cpp +++ b/es-app/src/guis/GuiScraperSearch.cpp @@ -439,6 +439,7 @@ void GuiScraperSearch::onSearchDone(std::vector& 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