mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Renamed the scraper option to auto-retry on peer verification errors.
This commit is contained in:
parent
59a3ba2bda
commit
29dc08e294
|
@ -507,7 +507,7 @@ void GuiScraperMenu::openOtherSettings()
|
|||
auto retry_peer_verification = std::make_shared<SwitchComponent>(mWindow);
|
||||
retry_peer_verification->setState(
|
||||
Settings::getInstance()->getBool("ScraperRetryPeerVerification"));
|
||||
s->addWithLabel("RETRY ON PEER VERIFICATION ERRORS", retry_peer_verification);
|
||||
s->addWithLabel("AUTO-RETRY ON PEER VERIFICATION ERRORS", retry_peer_verification);
|
||||
s->addSaveFunc([retry_peer_verification, s] {
|
||||
if (retry_peer_verification->getState() !=
|
||||
Settings::getInstance()->getBool("ScraperRetryPeerVerification")) {
|
||||
|
|
Loading…
Reference in a new issue