App: Remove IsPrintingReady

This commit is contained in:
2024-03-04 21:43:13 +01:00
parent e9d0eec3bd
commit 77cf47e154
6 changed files with 12 additions and 39 deletions

View File

@ -68,12 +68,6 @@ namespace Elwig.Windows {
}
private void Window_Loaded(object sender, RoutedEventArgs evt) {
Menu_Print_Letterheads_MgNr.IsEnabled = App.IsPrintingReady;
Menu_Print_Letterheads_Name.IsEnabled = App.IsPrintingReady;
Menu_Print_Letterheads_Plz.IsEnabled = App.IsPrintingReady;
Menu_Show_MemberDataSheet.IsEnabled = App.IsPrintingReady;
Menu_Print_MemberDataSheet.IsEnabled = App.IsPrintingReady;
ActiveMemberInput.IsChecked = true;
UpdateContactInfoVisibility();
LockInputs();