mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-29 23:08:44 +10:00
Merge pull request #240 from ericszimmermann/ez_removeDevicenameBrackets
Show name of connected companion
This commit is contained in:
@@ -40,7 +40,7 @@ class AppBarTitle extends StatelessWidget {
|
|||||||
Text(title, maxLines: 1, overflow: TextOverflow.ellipsis),
|
Text(title, maxLines: 1, overflow: TextOverflow.ellipsis),
|
||||||
if (showSubtitle)
|
if (showSubtitle)
|
||||||
Text(
|
Text(
|
||||||
'($selfName)',
|
selfName,
|
||||||
style: TextStyle(fontSize: 14, color: Colors.grey[600]),
|
style: TextStyle(fontSize: 14, color: Colors.grey[600]),
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
|
|||||||
Reference in New Issue
Block a user