From 2ae25646473890871e997779e7b984b0630645c6 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Fri, 23 Aug 2024 14:49:05 +0200 Subject: [PATCH] DeliveryAncmtAdminWinodw: Do not show warning windows --- Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs b/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs index ee4d8be..d8882ac 100644 --- a/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs +++ b/Elwig/Windows/DeliveryAncmtAdminWindow.xaml.cs @@ -31,6 +31,8 @@ namespace Elwig.Windows { MgNrInput, MemberInput, DeliveryScheduleInput, SortIdInput, WineVarietyInput, WeightInput, ]; + DoShowWarningWindows = false; + InitializeDelayTimer(SearchInput, SearchInput_TextChanged); SearchInput.TextChanged -= SearchInput_TextChanged; ViewModel.FilterSeason = Utils.CurrentLastSeason;