mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-17 22:47:29 +01:00
Add option to expand search filters by default
This commit is contained in:
@@ -158,4 +158,6 @@ object PreferenceKeys {
|
||||
const val eh_hl_refreshFrequency = "eh_nh_refresh_frequency"
|
||||
|
||||
const val eh_hl_lastRefresh = "eh_nh_last_refresh"
|
||||
|
||||
const val eh_expandFilters = "eh_expand_filters"
|
||||
}
|
||||
|
||||
@@ -230,4 +230,6 @@ class PreferencesHelper(val context: Context) {
|
||||
|
||||
fun eh_hl_lastRefresh() = rxPrefs.getLong(Keys.eh_hl_lastRefresh, 0L)
|
||||
// <-- EH
|
||||
|
||||
fun eh_expandFilters() = rxPrefs.getBoolean(Keys.eh_expandFilters, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user