From 075ab58bdbbe1868fb0f7561ea5a035d0045847d Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 21 Oct 2020 23:29:13 +0200 Subject: [PATCH] Changed the default value for custom collections favorites sorting. --- USERGUIDE.md | 2 +- es-core/src/Settings.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/USERGUIDE.md b/USERGUIDE.md index 8d9fbee00..6722a96fa 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -756,7 +756,7 @@ This lets you create a completely custom collection with a name that you choose. **Sort favorites on top for custom collections** -Whether to sort your favorite games above your other games. +Whether to sort your favorite games above your other games. This is disabled by default, as for collections you normally want to be able to mix all games regardless of whether they are favorites or not. **Group unthemed custom collections** diff --git a/es-core/src/Settings.cpp b/es-core/src/Settings.cpp index 3c5c6d2a4..2c38459d8 100644 --- a/es-core/src/Settings.cpp +++ b/es-core/src/Settings.cpp @@ -150,7 +150,7 @@ void Settings::setDefaults() mStringMap["CollectionSystemsAuto"] = ""; mStringMap["CollectionSystemsCustom"] = ""; mBoolMap["UseCustomCollectionsSystem"] = true; - mBoolMap["FavFirstCustom"] = true; + mBoolMap["FavFirstCustom"] = false; mBoolMap["CollectionShowSystemInfo"] = true; // Scraper.