mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 22:29:19 +00:00
Add: Prefernces for number of shown updated and new apps
This commit is contained in:
@ -41,6 +41,8 @@ class PrefsUserFragment : PrefsNavFragmentX() {
|
||||
Preferences.Key.ListAnimation, getString(R.string.list_animation),
|
||||
getString(R.string.list_animation_description)
|
||||
)
|
||||
addEditInt(Preferences.Key.UpdatedApps, getString(R.string.prefs_updated_apps), 1..200)
|
||||
addEditInt(Preferences.Key.NewApps, getString(R.string.prefs_new_apps), 1..50)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user