mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-28 14:49:50 +00:00
Update: Sort defaults for explore and latest
This commit is contained in:
@ -213,10 +213,10 @@ object Preferences {
|
|||||||
)
|
)
|
||||||
|
|
||||||
object SortOrderAscendingExplore :
|
object SortOrderAscendingExplore :
|
||||||
Key<Boolean>("sort_order_ascending_explore", Value.BooleanValue(true))
|
Key<Boolean>("sort_order_ascending_explore", Value.BooleanValue(false))
|
||||||
|
|
||||||
object SortOrderAscendingLatest :
|
object SortOrderAscendingLatest :
|
||||||
Key<Boolean>("sort_order_ascending_latest", Value.BooleanValue(true))
|
Key<Boolean>("sort_order_ascending_latest", Value.BooleanValue(false))
|
||||||
|
|
||||||
object SortOrderAscendingInstalled :
|
object SortOrderAscendingInstalled :
|
||||||
Key<Boolean>("sort_order_ascending_installed", Value.BooleanValue(true))
|
Key<Boolean>("sort_order_ascending_installed", Value.BooleanValue(true))
|
||||||
|
Reference in New Issue
Block a user