[skip ci] update discord
This commit is contained in:
parent
dec4410072
commit
81376ae818
4 changed files with 11 additions and 10 deletions
|
|
@ -60,7 +60,7 @@ representative at an online or offline event.
|
|||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported to the community moderators responsible for enforcement at
|
||||
the [Mihon Discord server](https://discord.gg/mihon).
|
||||
the [Discord server](https://discord.gg/85jB7V5AJR).
|
||||
All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
All community moderators are obligated to respect the privacy and security of the
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ To auto-fix some linting errors, run the `ktlintFormat` Gradle task.
|
|||
|
||||
## Getting help
|
||||
|
||||
- Join [the Discord server](https://discord.gg/komikku) for online help and to ask questions while developing.
|
||||
- Join [the Discord server](https://discord.gg/85jB7V5AJR) for online help and to ask questions while developing.
|
||||
|
||||
# Translations
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
| Releases | Preview | PR builds |
|
||||
|----------|---------|-----------|
|
||||
| [](https://github.com/komikku-app/komikku/releases) [](https://github.com/komikku-app/komikku/releases/latest) [](https://github.com/komikku-app/komikku/actions/workflows/build_push.yml) | [](https://github.com/komikku-app/komikku-preview/releases) [](https://github.com/komikku-app/komikku-preview/releases/latest) [](https://github.com/komikku-app/komikku-preview/actions/workflows/build_app.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) |
|
||||
| Releases | Preview | PR builds | Discussions |
|
||||
|----------|---------|-----------|-------------|
|
||||
| [](https://github.com/komikku-app/komikku/releases) [](https://github.com/komikku-app/komikku/releases/latest) [](https://github.com/komikku-app/komikku/actions/workflows/build_push.yml) | [](https://github.com/komikku-app/komikku-preview/releases) [](https://github.com/komikku-app/komikku-preview/releases/latest) [](https://github.com/komikku-app/komikku-preview/actions/workflows/build_app.yml) | [](https://github.com/komikku-app/komikku/actions/workflows/build_check.yml) | [](https://discord.gg/85jB7V5AJR) |
|
||||
|
||||
|
||||
#  Komikku
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ import tachiyomi.presentation.core.components.ScrollbarLazyColumn
|
|||
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.Github
|
||||
import uy.kohesive.injekt.Injekt
|
||||
import uy.kohesive.injekt.api.get
|
||||
|
|
@ -255,11 +256,11 @@ object AboutScreen : Screen() {
|
|||
// icon = Icons.Outlined.Public,
|
||||
// url = "https://mihon.app",
|
||||
// )
|
||||
// LinkIcon(
|
||||
// label = "Discord",
|
||||
// icon = CustomIcons.Discord,
|
||||
// url = "https://discord.gg/mihon",
|
||||
// )
|
||||
LinkIcon(
|
||||
label = "Discord",
|
||||
icon = CustomIcons.Discord,
|
||||
url = "https://discord.gg/85jB7V5AJR",
|
||||
)
|
||||
// LinkIcon(
|
||||
// label = "X",
|
||||
// icon = CustomIcons.X,
|
||||
|
|
|
|||
Loading…
Reference in a new issue