mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-17 06:27:29 +01:00
Add A-B swapping for hitomi.la search database
This commit is contained in:
@@ -159,5 +159,7 @@ object PreferenceKeys {
|
||||
|
||||
const val eh_hl_lastRefresh = "eh_lh_last_refresh"
|
||||
|
||||
const val eh_hl_lastRealmIndex = "eh_hl_lastRealmIndex"
|
||||
|
||||
const val eh_expandFilters = "eh_expand_filters"
|
||||
}
|
||||
|
||||
@@ -229,6 +229,8 @@ class PreferencesHelper(val context: Context) {
|
||||
fun eh_hl_refreshFrequency() = rxPrefs.getString(Keys.eh_hl_refreshFrequency, "24")
|
||||
|
||||
fun eh_hl_lastRefresh() = rxPrefs.getLong(Keys.eh_hl_lastRefresh, 0L)
|
||||
|
||||
fun eh_hl_lastRealmIndex() = rxPrefs.getInteger(Keys.eh_hl_lastRealmIndex, -1)
|
||||
// <-- EH
|
||||
|
||||
fun eh_expandFilters() = rxPrefs.getBoolean(Keys.eh_expandFilters, false)
|
||||
|
||||
Reference in New Issue
Block a user