Mostly revert back to old filled icons (#2723)

This commit is contained in:
arkon
2020-03-16 17:45:25 -04:00
parent eaf37c828b
commit 33c0c6ff3b
33 changed files with 67 additions and 67 deletions

View File

@ -69,7 +69,7 @@ class MoreController : SettingsController(), RootController {
}
preference {
titleRes = R.string.label_help
iconRes = R.drawable.ic_help_outline_24dp
iconRes = R.drawable.ic_help_24dp
iconTint = tintColor
onClick {
activity?.openInBrowser(URL_HELP)