Feat/2334 channel indicators (#2356)

Signed-off-by: DaneEvans <dane@goneepic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
DaneEvans 2025-07-07 12:31:36 +10:00 committed by GitHub
parent ffd399f44d
commit aa9ce9dfdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 318 additions and 98 deletions

View file

@ -506,7 +506,7 @@ private fun MainMenuActions(
IconButton(onClick = { showMenu = true }) {
Icon(
imageVector = Icons.Default.MoreVert,
contentDescription = "Overflow menu",
contentDescription = stringResource(R.string.overflow_menu),
)
}