Remove some links in About
This commit is contained in:
parent
a009d5d080
commit
6632589027
@ -50,10 +50,7 @@ import tachiyomi.presentation.core.components.material.Scaffold
|
|||||||
import tachiyomi.presentation.core.i18n.stringResource
|
import tachiyomi.presentation.core.i18n.stringResource
|
||||||
import tachiyomi.presentation.core.icons.CustomIcons
|
import tachiyomi.presentation.core.icons.CustomIcons
|
||||||
import tachiyomi.presentation.core.icons.Discord
|
import tachiyomi.presentation.core.icons.Discord
|
||||||
import tachiyomi.presentation.core.icons.Facebook
|
|
||||||
import tachiyomi.presentation.core.icons.Github
|
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.Injekt
|
||||||
import uy.kohesive.injekt.api.get
|
import uy.kohesive.injekt.api.get
|
||||||
import java.text.DateFormat
|
import java.text.DateFormat
|
||||||
@ -153,12 +150,12 @@ object AboutScreen : Screen() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
item {
|
// item {
|
||||||
TextPreferenceWidget(
|
// TextPreferenceWidget(
|
||||||
title = stringResource(MR.strings.help_translate),
|
// title = stringResource(MR.strings.help_translate),
|
||||||
onPreferenceClick = { uriHandler.openUri("https://tachiyomi.org/docs/contribute#translation") },
|
// onPreferenceClick = { uriHandler.openUri("https://tachiyomi.org/docs/contribute#translation") },
|
||||||
)
|
// )
|
||||||
}
|
// }
|
||||||
|
|
||||||
item {
|
item {
|
||||||
TextPreferenceWidget(
|
TextPreferenceWidget(
|
||||||
@ -191,21 +188,21 @@ object AboutScreen : Screen() {
|
|||||||
icon = CustomIcons.Discord,
|
icon = CustomIcons.Discord,
|
||||||
url = "https://discord.gg/mihon",
|
url = "https://discord.gg/mihon",
|
||||||
)
|
)
|
||||||
LinkIcon(
|
// LinkIcon(
|
||||||
label = "X",
|
// label = "X",
|
||||||
icon = CustomIcons.X,
|
// icon = CustomIcons.X,
|
||||||
url = "https://x.com/tachiyomiorg",
|
// url = "https://x.com/tachiyomiorg",
|
||||||
)
|
// )
|
||||||
LinkIcon(
|
// LinkIcon(
|
||||||
label = "Facebook",
|
// label = "Facebook",
|
||||||
icon = CustomIcons.Facebook,
|
// icon = CustomIcons.Facebook,
|
||||||
url = "https://facebook.com/tachiyomiorg",
|
// url = "https://facebook.com/tachiyomiorg",
|
||||||
)
|
// )
|
||||||
LinkIcon(
|
// LinkIcon(
|
||||||
label = "Reddit",
|
// label = "Reddit",
|
||||||
icon = CustomIcons.Reddit,
|
// icon = CustomIcons.Reddit,
|
||||||
url = "https://www.reddit.com/r/Tachiyomi",
|
// url = "https://www.reddit.com/r/Tachiyomi",
|
||||||
)
|
// )
|
||||||
LinkIcon(
|
LinkIcon(
|
||||||
label = "GitHub",
|
label = "GitHub",
|
||||||
icon = CustomIcons.Github,
|
icon = CustomIcons.Github,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user