mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-08 20:39:16 +02:00
Using the explore button to present information about the relay
This commit is contained in:
parent
12c330f8f6
commit
2a6a6f459c
@ -203,7 +203,7 @@ fun MainTopBar(scaffoldState: ScaffoldState, accountViewModel: AccountViewModel)
|
|||||||
},
|
},
|
||||||
actions = {
|
actions = {
|
||||||
IconButton(
|
IconButton(
|
||||||
onClick = {}, modifier = Modifier
|
onClick = { wantsToEditRelays = true }, modifier = Modifier
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
painter = painterResource(R.drawable.ic_trends),
|
painter = painterResource(R.drawable.ic_trends),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user