mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 22:29:19 +00:00
Improve: Use IO Thread to show notification (Inconsistent Notification)
Improve: List Animation Disabled by default Add: Coroutine and Lifecycle Dependencies
This commit is contained in:
@ -131,7 +131,7 @@ object Preferences {
|
||||
Key<Boolean>("incompatible_versions", Value.BooleanValue(false))
|
||||
|
||||
object ListAnimation :
|
||||
Key<Boolean>("list_animation", Value.BooleanValue(true))
|
||||
Key<Boolean>("list_animation", Value.BooleanValue(false))
|
||||
|
||||
object ProxyHost : Key<String>("proxy_host", Value.StringValue("localhost"))
|
||||
object ProxyPort : Key<Int>("proxy_port", Value.IntValue(9050))
|
||||
|
Reference in New Issue
Block a user