Update AboutScreen with new links
This commit is contained in:
parent
7cc6b7147f
commit
9b9655df90
@ -50,7 +50,10 @@ import tachiyomi.presentation.core.components.material.Scaffold
|
||||
import tachiyomi.presentation.core.i18n.stringResource
|
||||
import tachiyomi.presentation.core.icons.CustomIcons
|
||||
import tachiyomi.presentation.core.icons.Discord
|
||||
import tachiyomi.presentation.core.icons.Facebook
|
||||
import tachiyomi.presentation.core.icons.Github
|
||||
import tachiyomi.presentation.core.icons.Reddit
|
||||
import tachiyomi.presentation.core.icons.X
|
||||
import uy.kohesive.injekt.Injekt
|
||||
import uy.kohesive.injekt.api.get
|
||||
import java.text.DateFormat
|
||||
@ -188,21 +191,21 @@ object AboutScreen : Screen() {
|
||||
icon = CustomIcons.Discord,
|
||||
url = "https://discord.gg/mihon",
|
||||
)
|
||||
// LinkIcon(
|
||||
// label = "X",
|
||||
// icon = CustomIcons.X,
|
||||
// url = "https://x.com/tachiyomiorg",
|
||||
// )
|
||||
// LinkIcon(
|
||||
// label = "Facebook",
|
||||
// icon = CustomIcons.Facebook,
|
||||
// url = "https://facebook.com/tachiyomiorg",
|
||||
// )
|
||||
// LinkIcon(
|
||||
// label = "Reddit",
|
||||
// icon = CustomIcons.Reddit,
|
||||
// url = "https://www.reddit.com/r/Tachiyomi",
|
||||
// )
|
||||
LinkIcon(
|
||||
label = "X",
|
||||
icon = CustomIcons.X,
|
||||
url = "https://x.com/mihonapp",
|
||||
)
|
||||
LinkIcon(
|
||||
label = "Facebook",
|
||||
icon = CustomIcons.Facebook,
|
||||
url = "https://facebook.com/mihonapp",
|
||||
)
|
||||
LinkIcon(
|
||||
label = "Reddit",
|
||||
icon = CustomIcons.Reddit,
|
||||
url = "https://www.reddit.com/r/mihonapp",
|
||||
)
|
||||
LinkIcon(
|
||||
label = "GitHub",
|
||||
icon = CustomIcons.Github,
|
||||
|
Loading…
x
Reference in New Issue
Block a user