Import showScores

This commit is contained in:
shilangyu 2021-04-27 22:09:42 +02:00
parent 4451bd7bd6
commit 683da30532
1 changed files with 1 additions and 2 deletions

View File

@ -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;