Add link to official Facebook page

This commit is contained in:
arkon 2021-04-19 15:23:20 -04:00
parent 25995c09a0
commit 68bea8a196

View File

@ -97,6 +97,14 @@ class AboutController : SettingsController() {
onClick { openInBrowser(it) }
}
}
preference {
key = "pref_about_facebook"
title = "Facebook"
"https://facebook.com/tachiyomiorg".also {
summary = it
onClick { openInBrowser(it) }
}
}
preference {
key = "pref_about_twitter"
title = "Twitter"
@ -116,15 +124,7 @@ class AboutController : SettingsController() {
preference {
key = "pref_about_github"
title = "GitHub"
"https://github.com/tachiyomiorg/tachiyomi".also {
summary = it
onClick { openInBrowser(it) }
}
}
preference {
key = "pref_about_label_extensions"
titleRes = R.string.label_extensions
"https://github.com/tachiyomiorg/tachiyomi-extensions".also {
"https://github.com/tachiyomiorg".also {
summary = it
onClick { openInBrowser(it) }
}