mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +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 :
|
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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user