From 5e79d03c7c5bab5f4bb296df28192f2c3294f032 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Tue, 3 Dec 2024 14:43:26 +0100 Subject: [PATCH] Eigenes Logo oben links --- BeWo/BeWoApp.xaml.cs | 5 ++++ BeWo/MainControl.xaml | 37 +++++++++++++++++++++++++---- BeWo/MainControl.xaml.cs | 49 +++++++++++++++++++++++++++++++++++++-- BeWo/ViewModel/ImageVM.cs | 2 -- 4 files changed, 85 insertions(+), 8 deletions(-) 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 @@ - + + + + + + + + + + + + + + + +