Moved RadioStatsIconButton in chat screen for improved UI consistency

This commit is contained in:
Winston Lowe
2026-03-26 16:49:10 -07:00
parent 4ce7878539
commit 35178852d3
+1 -1
View File
@@ -290,6 +290,7 @@ class _ChatScreenState extends State<ChatScreen> {
tooltip: context.l10n.chat_pathManagement,
onPressed: () => _showPathHistory(context),
),
const RadioStatsIconButton(),
Consumer<MeshCoreConnector>(
builder: (context, connector, _) {
return PopupMenuButton<String>(
@@ -362,7 +363,6 @@ class _ChatScreenState extends State<ChatScreen> {
);
},
),
const RadioStatsIconButton(),
],
),
body: Consumer<MeshCoreConnector>(