Import showScores
This commit is contained in:
parent
4451bd7bd6
commit
683da30532
|
@ -101,8 +101,7 @@ class ConfigStore extends ChangeNotifier {
|
|||
_locale = L10n.supportedLocales.contains(Locale(localUserSettings.lang))
|
||||
? Locale(localUserSettings.lang)
|
||||
: _locale;
|
||||
// TODO: add when it is released
|
||||
// _showScores = localUserSettings.showScores;
|
||||
_showScores = localUserSettings.showScores;
|
||||
_defaultSortType = localUserSettings.defaultSortType;
|
||||
_defaultListingType = localUserSettings.defaultListingType;
|
||||
|
||||
|
|
Loading…
Reference in New Issue