mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Add link to official Facebook page
This commit is contained in:
parent
25995c09a0
commit
68bea8a196
@ -97,6 +97,14 @@ class AboutController : SettingsController() {
|
|||||||
onClick { openInBrowser(it) }
|
onClick { openInBrowser(it) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
preference {
|
||||||
|
key = "pref_about_facebook"
|
||||||
|
title = "Facebook"
|
||||||
|
"https://facebook.com/tachiyomiorg".also {
|
||||||
|
summary = it
|
||||||
|
onClick { openInBrowser(it) }
|
||||||
|
}
|
||||||
|
}
|
||||||
preference {
|
preference {
|
||||||
key = "pref_about_twitter"
|
key = "pref_about_twitter"
|
||||||
title = "Twitter"
|
title = "Twitter"
|
||||||
@ -116,15 +124,7 @@ class AboutController : SettingsController() {
|
|||||||
preference {
|
preference {
|
||||||
key = "pref_about_github"
|
key = "pref_about_github"
|
||||||
title = "GitHub"
|
title = "GitHub"
|
||||||
"https://github.com/tachiyomiorg/tachiyomi".also {
|
"https://github.com/tachiyomiorg".also {
|
||||||
summary = it
|
|
||||||
onClick { openInBrowser(it) }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
preference {
|
|
||||||
key = "pref_about_label_extensions"
|
|
||||||
titleRes = R.string.label_extensions
|
|
||||||
"https://github.com/tachiyomiorg/tachiyomi-extensions".also {
|
|
||||||
summary = it
|
summary = it
|
||||||
onClick { openInBrowser(it) }
|
onClick { openInBrowser(it) }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user