mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Update: Allow setting higher number for updated/new apps' recycler
This commit is contained in:
parent
0f97b91311
commit
83bedddf39
@ -81,8 +81,8 @@ val PrefsEntries = mapOf(
|
|||||||
)
|
)
|
||||||
|
|
||||||
val IntPrefsRanges = mapOf(
|
val IntPrefsRanges = mapOf(
|
||||||
Preferences.Key.UpdatedApps to 1..200,
|
Preferences.Key.UpdatedApps to 1..400,
|
||||||
Preferences.Key.NewApps to 1..50,
|
Preferences.Key.NewApps to 1..100,
|
||||||
Preferences.Key.AutoSyncInterval to null,
|
Preferences.Key.AutoSyncInterval to null,
|
||||||
Preferences.Key.ReleasesCacheRetention to 0..365,
|
Preferences.Key.ReleasesCacheRetention to 0..365,
|
||||||
Preferences.Key.ImagesCacheRetention to 0..365,
|
Preferences.Key.ImagesCacheRetention to 0..365,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user