move tor icon (#355)

This commit is contained in:
callebtc 2025-08-30 13:57:50 +02:00 committed by GitHub
parent 202c8edc53
commit 6b77eb93c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -562,16 +562,16 @@ private fun MainHeader(
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.spacedBy(5.dp)
) {
// Tor status cable icon when Tor is enabled
TorStatusIcon(modifier = Modifier.size(15.dp))
// Location channels button (matching iOS implementation)
LocationChannelsButton(
viewModel = viewModel,
onClick = onLocationChannelsClick
)
// Tor status cable icon when Tor is enabled
TorStatusIcon(modifier = Modifier.size(14.dp))
PeerCounter(
connectedPeers = connectedPeers.filter { it != viewModel.meshService.myPeerID },
joinedChannels = joinedChannels,