mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Moved RadioStatsIconButton in chat screen for improved UI consistency
This commit is contained in:
parent
4ce7878539
commit
35178852d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue