diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs
index 8aaf8253d..dce9dc061 100644
--- a/BeWo/BeWoApp.xaml.cs
+++ b/BeWo/BeWoApp.xaml.cs
@@ -649,6 +649,11 @@ namespace BeWo
AppSettings.ShowInfoButtonInCalender = showInfoButtonInCalender;
BS.Shared.Settings.ApplicationSettings.SupportConceptExpirationLimitInMonths = AppSettings.HilfeplanAuslaufAuswahl;
+
+ if(MainControl is object)
+ {
+ MainControl.UpdateMandator();
+ }
}
}
diff --git a/BeWo/MainControl.xaml b/BeWo/MainControl.xaml
index 3aeae28f1..de5241718 100644
--- a/BeWo/MainControl.xaml
+++ b/BeWo/MainControl.xaml
@@ -61,9 +61,9 @@
HorizontalAlignment="Stretch"
Grid.IsSharedSizeScope="True">
-
+
-
+
@@ -71,8 +71,9 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+