Unhide parental controls settings
(cherry picked from commit c3084ac43ab401ecb799700c5a7dcff1c14f7db0) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsMainController.kt
This commit is contained in:
parent
08d11914af
commit
c35e0a0c29
@ -65,12 +65,12 @@ class SettingsMainController : SettingsController() {
|
||||
titleRes = R.string.pref_category_security
|
||||
onClick { navigateTo(SettingsSecurityController()) }
|
||||
}
|
||||
// preference {
|
||||
// iconRes = R.drawable.ic_outline_people_alt_24dp
|
||||
// iconTint = tintColor
|
||||
// titleRes = R.string.pref_category_parental_controls
|
||||
// onClick { navigateTo(SettingsParentalControlsController()) }
|
||||
// }
|
||||
preference {
|
||||
iconRes = R.drawable.ic_outline_people_alt_24dp
|
||||
iconTint = tintColor
|
||||
titleRes = R.string.pref_category_parental_controls
|
||||
onClick { navigateTo(SettingsParentalControlsController()) }
|
||||
}
|
||||
// SY -->
|
||||
if (preferences.eh_isHentaiEnabled().get()) {
|
||||
preference {
|
||||
|
Loading…
x
Reference in New Issue
Block a user