Update: Sort defaults for explore and latest

This commit is contained in:
machiav3lli 2022-09-26 01:19:58 +02:00
parent b303db06c0
commit 57a90d6df4

View File

@ -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))