Changed the default value for custom collections favorites sorting.

This commit is contained in:
Leon Styhre 2020-10-21 23:29:13 +02:00
parent aaef9257b5
commit 075ab58bdb
2 changed files with 2 additions and 2 deletions

View file

@ -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** **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** **Group unthemed custom collections**

View file

@ -150,7 +150,7 @@ void Settings::setDefaults()
mStringMap["CollectionSystemsAuto"] = ""; mStringMap["CollectionSystemsAuto"] = "";
mStringMap["CollectionSystemsCustom"] = ""; mStringMap["CollectionSystemsCustom"] = "";
mBoolMap["UseCustomCollectionsSystem"] = true; mBoolMap["UseCustomCollectionsSystem"] = true;
mBoolMap["FavFirstCustom"] = true; mBoolMap["FavFirstCustom"] = false;
mBoolMap["CollectionShowSystemInfo"] = true; mBoolMap["CollectionShowSystemInfo"] = true;
// Scraper. // Scraper.