mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 00:59:17 +01:00
Hide parental controls section for release
This commit is contained in:
parent
b20bced3ca
commit
76c795d0d0
@ -65,12 +65,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()) }
|
||||||
}
|
// }
|
||||||
preference {
|
preference {
|
||||||
iconRes = R.drawable.ic_code_24dp
|
iconRes = R.drawable.ic_code_24dp
|
||||||
iconTint = tintColor
|
iconTint = tintColor
|
||||||
|
Loading…
Reference in New Issue
Block a user