add little warning in animepahe domain setting
This commit is contained in:
@ -420,7 +420,7 @@ class AnimePahe : ConfigurableAnimeSource, AnimeHttpSource() {
|
|||||||
}
|
}
|
||||||
val domainPref = ListPreference(screen.context).apply {
|
val domainPref = ListPreference(screen.context).apply {
|
||||||
key = "preferred_domain"
|
key = "preferred_domain"
|
||||||
title = "Preferred domain"
|
title = "Preferred domain (requires app restart)"
|
||||||
entries = arrayOf("animepahe.com", "animepahe.ru", "animepahe.org")
|
entries = arrayOf("animepahe.com", "animepahe.ru", "animepahe.org")
|
||||||
entryValues = arrayOf("https://animepahe.com", "https://animepahe.ru", "https://animepahe.org")
|
entryValues = arrayOf("https://animepahe.com", "https://animepahe.ru", "https://animepahe.org")
|
||||||
setDefaultValue("https://animepahe.com")
|
setDefaultValue("https://animepahe.com")
|
||||||
|
Reference in New Issue
Block a user