mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-08-15 06:01:58 +00:00
Add: Option to set sync interval (closes #263)
This commit is contained in:
@@ -29,6 +29,11 @@ class PrefsUpdatesFragment : PrefsNavFragmentX() {
|
||||
Preferences.AutoSync.Always -> getString(R.string.always)
|
||||
}
|
||||
}
|
||||
addEditInt(
|
||||
Preferences.Key.AutoSyncInterval,
|
||||
getString(R.string.auto_sync_interval),
|
||||
1..1440
|
||||
)
|
||||
addSwitch(
|
||||
Preferences.Key.InstallAfterSync, getString(R.string.install_after_sync),
|
||||
getString(R.string.install_after_sync_summary)
|
||||
|
Reference in New Issue
Block a user