mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 06:09:19 +00:00
Add: Option to set sync interval (closes #263)
This commit is contained in:
@ -138,6 +138,7 @@ object Preferences {
|
||||
"auto_sync",
|
||||
Value.EnumerationValue(Preferences.AutoSync.Wifi)
|
||||
)
|
||||
object AutoSyncInterval : Key<Int>("auto_sync_interval", Value.IntValue(60))
|
||||
|
||||
object InstallAfterSync :
|
||||
Key<Boolean>("auto_sync_install", Value.BooleanValue(Android.sdk(31)))
|
||||
|
Reference in New Issue
Block a user