mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Set the interactive scraper as disabled by default.
This commit is contained in:
parent
a3920b4487
commit
088237fe85
|
@ -122,7 +122,7 @@ void Settings::setDefaults()
|
|||
mBoolMap["ScraperHaltOnInvalidMedia"] = {true, true};
|
||||
mBoolMap["ScraperSearchMetadataName"] = {true, true};
|
||||
mBoolMap["ScraperIncludeFolders"] = {true, true};
|
||||
mBoolMap["ScraperInteractive"] = {true, true};
|
||||
mBoolMap["ScraperInteractive"] = {false, false};
|
||||
mBoolMap["ScraperSemiautomatic"] = {true, true};
|
||||
mBoolMap["ScraperRespectExclusions"] = {true, true};
|
||||
mBoolMap["ScraperExcludeRecursively"] = {true, true};
|
||||
|
|
Loading…
Reference in a new issue