mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-17 14:37:29 +01:00
Various changes
This commit is contained in:
@@ -117,4 +117,5 @@ object PreferenceKeys {
|
||||
|
||||
fun trackToken(syncId: Int) = "track_token_$syncId"
|
||||
|
||||
const val eh_nh_useHighQualityThumbs = "eh_nh_hq_thumbs"
|
||||
}
|
||||
|
||||
@@ -201,5 +201,7 @@ class PreferencesHelper(val context: Context) {
|
||||
fun lockLength() = rxPrefs.getInteger("lock_length", -1)
|
||||
|
||||
fun lockUseFingerprint() = rxPrefs.getBoolean("lock_finger", false)
|
||||
|
||||
fun eh_useHighQualityThumbs() = rxPrefs.getBoolean(Keys.eh_nh_useHighQualityThumbs, false)
|
||||
// <-- EH
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user