Revert "Hide parental controls section for release"
This reverts commit 76c795d0d0
.
Cette révision appartient à :
Parent
2769e27a2a
révision
13930d3706
1 fichiers modifiés avec 6 ajouts et 6 suppressions
|
@ -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()) }
|
||||
}
|
||||
preference {
|
||||
iconRes = R.drawable.ic_code_24dp
|
||||
iconTint = tintColor
|
||||
|
|
Référencer dans un nouveau ticket