Skip to content

Commit

Permalink
Update src/vi/yurineko/src/eu/kanade/tachiyomi/extension/vi/yurineko/…
Browse files Browse the repository at this point in the history
…YuriNeko.kt

Co-authored-by: AwkwardPeak7 <[email protected]>
  • Loading branch information
dejavui and AwkwardPeak7 authored Jan 13, 2025
1 parent ffd717d commit d0b6efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class YuriNeko : HttpSource(), ConfigurableSource {
}
override fun setupPreferenceScreen(screen: PreferenceScreen) {
EditTextPreference(screen.context).apply {
key = BASE_DOMAIN_PREF.removePrefix("https://")
key = BASE_DOMAIN_PREF
title = BASE_DOMAIN_PREF_TITLE
summary = BASE_DOMAIN_PREF_SUMMARY
setDefaultValue(defaultDomain)
Expand Down

0 comments on commit d0b6efa

Please sign in to comment.