From 87abe71316b993131458e25acd3aa289f6fec412 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 28 Jun 2023 20:42:51 +0200 Subject: [PATCH] Set scraping of game manuals as enabled by default --- es-core/src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index 53582236b..c92d53be6 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -118,7 +118,7 @@ void Settings::setDefaults() mBoolMap["Scrape3DBoxes"] = {true, true}; mBoolMap["ScrapePhysicalMedia"] = {true, true}; mBoolMap["ScrapeFanArt"] = {true, true}; - mBoolMap["ScrapeManuals"] = {false, false}; + mBoolMap["ScrapeManuals"] = {true, true}; mStringMap["MiximageResolution"] = {"1280x960", "1280x960"}; mStringMap["MiximageScreenshotScaling"] = {"sharp", "sharp"};