Merge pull request #240 from ericszimmermann/ez_removeDevicenameBrackets

Show name of connected companion
This commit is contained in:
zjs81
2026-03-01 19:48:54 -07:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@ class AppBarTitle extends StatelessWidget {
Text(title, maxLines: 1, overflow: TextOverflow.ellipsis),
if (showSubtitle)
Text(
'($selfName)',
selfName,
style: TextStyle(fontSize: 14, color: Colors.grey[600]),
maxLines: 1,
overflow: TextOverflow.ellipsis,