mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 19:00:49 +01:00
Use new key format in badges preference
This commit is contained in:
parent
aee4ad2d3f
commit
3631a9fac2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ object PreferenceKeys {
|
|||
|
||||
const val defaultCategory = "default_category"
|
||||
|
||||
const val downloadBadge = "pref_display_download_badge"
|
||||
const val downloadBadge = "display_download_badge"
|
||||
|
||||
fun sourceUsername(sourceId: Long) = "pref_source_username_$sourceId"
|
||||
|
||||
|
|
Loading…
Reference in a new issue