Unhide parental controls settings
This commit is contained in:
parent
159146e197
commit
c3084ac43a
@ -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