diff --git a/README.md b/README.md index a5605a6c..adc78f62 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Dantotsu is an [Anilist](https://anilist.co/) only client. > **Dantotsu (断トツ; Dan-totsu)** literally means "the best of the best" in Japanese. Try it out for yourself and be the judge! - + ### 🚀 STAR THIS REPOSITORY TO SUPPORT THE DEVELOPER AND ENCOURAGE THE DEVELOPMENT OF THE APPLICATION! @@ -31,6 +31,10 @@ You can come hang out with our awesome community, request new features, and repo

+## VISITORS + +:rebeloniondantotsu + ## LICENSE 📜 Dantotsu is licensed under the [GNU General Public License v3.0](LICENSE.md) diff --git a/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt b/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt index c03ba9e1..0f8efc34 100644 --- a/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt +++ b/app/src/main/java/ani/dantotsu/settings/FAQActivity.kt @@ -61,11 +61,6 @@ class FAQActivity : AppCompatActivity() { currContext()!!.getString(R.string.question_7), currContext()!!.getString(R.string.answer_7) ), - Triple( - R.drawable.ic_round_menu_book_24, - currContext()!!.getString(R.string.question_8), - currContext()!!.getString(R.string.answer_8) - ), Triple( R.drawable.ic_round_lock_open_24, currContext()!!.getString(R.string.question_9), diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 58b40d9c..2668a0ab 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -569,9 +569,6 @@ \n\nNote: Direct downloads are also possible without a manager but it\'s not recommended. - How to download Manga Chapters? - It is yet not possible to download chapters in Dantotsu but this feature will be implemented soon. - How to enable NSFW content? You can enable nsfw content by enabling 18+ contents from this [link](https://anilist.co/settings/media).