add little warning in animepahe domain setting

This commit is contained in:
jmir1
2021-09-21 16:58:54 +02:00
parent 065ed1828f
commit 708aa3f3c2

View File

@ -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")