|
@@ -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
|