mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-29 14:58:44 +10:00
Moved RadioStatsIconButton in chat screen for improved UI consistency
This commit is contained in:
@@ -290,6 +290,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||||||
tooltip: context.l10n.chat_pathManagement,
|
tooltip: context.l10n.chat_pathManagement,
|
||||||
onPressed: () => _showPathHistory(context),
|
onPressed: () => _showPathHistory(context),
|
||||||
),
|
),
|
||||||
|
const RadioStatsIconButton(),
|
||||||
Consumer<MeshCoreConnector>(
|
Consumer<MeshCoreConnector>(
|
||||||
builder: (context, connector, _) {
|
builder: (context, connector, _) {
|
||||||
return PopupMenuButton<String>(
|
return PopupMenuButton<String>(
|
||||||
@@ -362,7 +363,6 @@ class _ChatScreenState extends State<ChatScreen> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
const RadioStatsIconButton(),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
body: Consumer<MeshCoreConnector>(
|
body: Consumer<MeshCoreConnector>(
|
||||||
|
|||||||
Reference in New Issue
Block a user