mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 19:05:05 +01:00
Hide parental controls section for release
This commit is contained in:
parent
b20bced3ca
commit
76c795d0d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user