mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-15 06:01:58 +00:00
Add: Releases and images cache retention options
This commit is contained in:
@@ -29,6 +29,16 @@ class PrefsUpdatesFragment : PrefsNavFragmentX() {
|
||||
Preferences.AutoSync.Always -> getString(R.string.always)
|
||||
}
|
||||
}
|
||||
addEditInt(
|
||||
Preferences.Key.ImagesCacheRetention,
|
||||
getString(R.string.images_cache_retention),
|
||||
1..365
|
||||
)
|
||||
addEditInt(
|
||||
Preferences.Key.ReleasesCacheRetention,
|
||||
getString(R.string.releases_cache_retention),
|
||||
0..365
|
||||
)
|
||||
addEditInt(
|
||||
Preferences.Key.AutoSyncInterval,
|
||||
getString(R.string.auto_sync_interval),
|
||||
|
Reference in New Issue
Block a user