mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Update: Sort defaults for explore and latest
This commit is contained in:
parent
b303db06c0
commit
57a90d6df4
@ -213,10 +213,10 @@ object Preferences {
|
||||
)
|
||||
|
||||
object SortOrderAscendingExplore :
|
||||
Key<Boolean>("sort_order_ascending_explore", Value.BooleanValue(true))
|
||||
Key<Boolean>("sort_order_ascending_explore", Value.BooleanValue(false))
|
||||
|
||||
object SortOrderAscendingLatest :
|
||||
Key<Boolean>("sort_order_ascending_latest", Value.BooleanValue(true))
|
||||
Key<Boolean>("sort_order_ascending_latest", Value.BooleanValue(false))
|
||||
|
||||
object SortOrderAscendingInstalled :
|
||||
Key<Boolean>("sort_order_ascending_installed", Value.BooleanValue(true))
|
||||
|
Loading…
x
Reference in New Issue
Block a user