mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-13 12:38:58 +01:00
Add option to force ascending sort on gallery versions
This commit is contained in:
@@ -196,4 +196,6 @@ object PreferenceKeys {
|
||||
const val eh_aggressivePageLoading = "eh_aggressive_page_loading"
|
||||
|
||||
const val eh_hl_useHighQualityThumbs = "eh_hl_hq_thumbs"
|
||||
|
||||
const val eh_forceSortEhVersionsAsc = "eh_force_sort_eh_versions_asc"
|
||||
}
|
||||
|
||||
@@ -269,4 +269,6 @@ class PreferencesHelper(val context: Context) {
|
||||
fun eh_aggressivePageLoading() = rxPrefs.getBoolean(Keys.eh_aggressivePageLoading, false)
|
||||
|
||||
fun eh_hl_useHighQualityThumbs() = rxPrefs.getBoolean(Keys.eh_hl_useHighQualityThumbs, false)
|
||||
|
||||
fun eh_forceSortEhVersionsAsc() = rxPrefs.getBoolean(Keys.eh_forceSortEhVersionsAsc, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user