mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-12 12:08:56 +01:00
Improve logging infrastructure
This commit is contained in:
@@ -182,4 +182,6 @@ object PreferenceKeys {
|
||||
const val eh_delegateSources = "eh_delegate_sources"
|
||||
|
||||
const val eh_showTransitionPages = "eh_show_transition_pages"
|
||||
|
||||
const val eh_detailedLogs = "eh_detailed_logs"
|
||||
}
|
||||
|
||||
@@ -255,4 +255,6 @@ class PreferencesHelper(val context: Context) {
|
||||
fun eh_savedSearches() = rxPrefs.getStringSet("eh_saved_searches", emptySet())
|
||||
|
||||
fun eh_showTransitionPages() = rxPrefs.getBoolean(Keys.eh_showTransitionPages, true)
|
||||
|
||||
fun eh_detailedLogs() = rxPrefs.getBoolean(Keys.eh_detailedLogs, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user