diff --git a/MCTG/Views/ContentPages/Login.xaml b/MCTG/Views/ContentPages/Login.xaml
index b2ef68b..5f4eada 100644
--- a/MCTG/Views/ContentPages/Login.xaml
+++ b/MCTG/Views/ContentPages/Login.xaml
@@ -1,6 +1,7 @@
+
-
-
+
-
-
+
-
-
+
+
+
+
+
+
+
-
diff --git a/MCTG/Views/ContentViews/MiniHeader.xaml b/MCTG/Views/ContentViews/MiniHeader.xaml
index 436112e..382284f 100644
--- a/MCTG/Views/ContentViews/MiniHeader.xaml
+++ b/MCTG/Views/ContentViews/MiniHeader.xaml
@@ -2,13 +2,14 @@
-
+
+
+ WidthRequest="60"/>
+ WidthRequest="80" HeightRequest="80"
+ CornerRadius="50"
+ BorderWidth="4" BorderColor="Black"
+ IsVisible="{Binding ., Converter={toolkit:IsNotNullConverter}}"/>
diff --git a/MCTG/Views/ContentViews/MiniHeader.xaml.cs b/MCTG/Views/ContentViews/MiniHeader.xaml.cs
index e847844..b78f281 100644
--- a/MCTG/Views/ContentViews/MiniHeader.xaml.cs
+++ b/MCTG/Views/ContentViews/MiniHeader.xaml.cs
@@ -1,10 +1,15 @@
+using Model;
+
namespace Views;
public partial class MiniHeader : ContentView
{
+ MasterManager Master = (Application.Current as App).Master;
+
public MiniHeader()
{
InitializeComponent();
+ BindingContext = Master.User.CurrentConnected;
}
public static readonly BindableProperty TitleMiniProperty =