mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 12:37:47 +01:00
Hide parental controls section for release
This commit is contained in:
parent
b20bced3ca
commit
76c795d0d0
1 changed files with 6 additions and 6 deletions
|
@ -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 a new issue