Skip to content

Commit

Permalink
i don't fuck around with weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 3, 2024
1 parent 9fdff0a commit 7e404ef
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ fun AboutScreen(
)
}

SettingNormalItem(
onClick = { context.launchCustomTab(Const.TRANSLATE_URL) },
icon = R.drawable.weblate,
title = stringResource(id = R.string.about_weblate)
)
// SettingNormalItem(
// onClick = { context.launchCustomTab(Const.TRANSLATE_URL) },
// icon = R.drawable.weblate,
// title = stringResource(id = R.string.about_weblate)
// )

SettingNormalItem(
onClick = { context.launchCustomTab(Const.TELEGRAM_URL) },
Expand Down

0 comments on commit 7e404ef

Please sign in to comment.