mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Changed the default value for custom collections favorites sorting.
This commit is contained in:
parent
aaef9257b5
commit
075ab58bdb
|
@ -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**
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@ void Settings::setDefaults()
|
|||
mStringMap["CollectionSystemsAuto"] = "";
|
||||
mStringMap["CollectionSystemsCustom"] = "";
|
||||
mBoolMap["UseCustomCollectionsSystem"] = true;
|
||||
mBoolMap["FavFirstCustom"] = true;
|
||||
mBoolMap["FavFirstCustom"] = false;
|
||||
mBoolMap["CollectionShowSystemInfo"] = true;
|
||||
|
||||
// Scraper.
|
||||
|
|
Loading…
Reference in a new issue