Hide parental controls section for release
(cherry picked from commit 76c795d0d0cb12ba69f5dc38b3e49c936ab1c0bd) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsMainController.kt
This commit is contained in:
parent
6ed5d858aa
commit
02b90000f0
@ -66,12 +66,12 @@ class SettingsMainController : SettingsController() {
|
|||||||
titleRes = R.string.pref_category_security
|
titleRes = R.string.pref_category_security
|
||||||
onClick { navigateTo(SettingsSecurityController()) }
|
onClick { navigateTo(SettingsSecurityController()) }
|
||||||
}
|
}
|
||||||
preference {
|
// preference {
|
||||||
iconRes = R.drawable.ic_outline_people_alt_24dp
|
// iconRes = R.drawable.ic_outline_people_alt_24dp
|
||||||
iconTint = tintColor
|
// iconTint = tintColor
|
||||||
titleRes = R.string.pref_category_parental_controls
|
// titleRes = R.string.pref_category_parental_controls
|
||||||
onClick { navigateTo(SettingsParentalControlsController()) }
|
// onClick { navigateTo(SettingsParentalControlsController()) }
|
||||||
}
|
// }
|
||||||
// SY -->
|
// SY -->
|
||||||
if (preferences.eh_isHentaiEnabled().get()) {
|
if (preferences.eh_isHentaiEnabled().get()) {
|
||||||
preference {
|
preference {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user