Merge pull request #240 from ericszimmermann/ez_removeDevicenameBrackets

Show name of connected companion
chore/offband-rebrand
zjs81 5 months ago committed by GitHub
commit 6d0712c450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save

Powered by TurnKey Linux.