From 327f623ef77b2543d6f40b5da152363b8d0a129a Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 28 Oct 2019 16:39:47 +0000 Subject: [PATCH] Remove HA url from main manu --- lib/pages/main.page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/main.page.dart b/lib/pages/main.page.dart index 3ecb647..e9c7f8d 100644 --- a/lib/pages/main.page.dart +++ b/lib/pages/main.page.dart @@ -368,7 +368,7 @@ class _MainPageState extends ReceiveShareState with WidgetsBindingObse menuItems.add( UserAccountsDrawerHeader( accountName: Text(HomeAssistant().userName), - accountEmail: Text(ConnectionManager().displayHostname ?? "Not configured"), + accountEmail: Text(HomeAssistant().locationName ?? ""), currentAccountPicture: CircleAvatar( child: Text( HomeAssistant().userAvatarText,