mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 06:09:19 +00:00
Remove: Unused list animation preference
This commit is contained in:
@ -26,7 +26,6 @@ object Preferences {
|
||||
Key.AutoSync,
|
||||
Key.InstallAfterSync,
|
||||
Key.IncompatibleVersions,
|
||||
Key.ListAnimation,
|
||||
Key.ShowScreenshots,
|
||||
Key.UpdatedApps,
|
||||
Key.NewApps,
|
||||
@ -146,9 +145,6 @@ object Preferences {
|
||||
object IncompatibleVersions :
|
||||
Key<Boolean>("incompatible_versions", Value.BooleanValue(false))
|
||||
|
||||
object ListAnimation :
|
||||
Key<Boolean>("list_animation", Value.BooleanValue(false))
|
||||
|
||||
object ShowScreenshots :
|
||||
Key<Boolean>("show_screenshots", Value.BooleanValue(true))
|
||||
|
||||
|
Reference in New Issue
Block a user