Revert "Hide parental controls section for release"
This reverts commit 76c795d0d0
.
This commit is contained in:
parent
2769e27a2a
commit
13930d3706
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
|
||||||
|
|
Reference in a new issue