Set scraping of game manuals as enabled by default

This commit is contained in:
Leon Styhre 2023-06-28 20:42:51 +02:00
parent e8589cbc16
commit 87abe71316

View file

@ -118,7 +118,7 @@ void Settings::setDefaults()
mBoolMap["Scrape3DBoxes"] = {true, true}; mBoolMap["Scrape3DBoxes"] = {true, true};
mBoolMap["ScrapePhysicalMedia"] = {true, true}; mBoolMap["ScrapePhysicalMedia"] = {true, true};
mBoolMap["ScrapeFanArt"] = {true, true}; mBoolMap["ScrapeFanArt"] = {true, true};
mBoolMap["ScrapeManuals"] = {false, false}; mBoolMap["ScrapeManuals"] = {true, true};
mStringMap["MiximageResolution"] = {"1280x960", "1280x960"}; mStringMap["MiximageResolution"] = {"1280x960", "1280x960"};
mStringMap["MiximageScreenshotScaling"] = {"sharp", "sharp"}; mStringMap["MiximageScreenshotScaling"] = {"sharp", "sharp"};