AdministrationWindow: finally fix boolean changing error

This commit is contained in:
2023-09-01 13:11:42 +02:00
parent 56a0eb794e
commit 33d763d968
3 changed files with 14 additions and 14 deletions

View File

@ -78,10 +78,6 @@ namespace Elwig.Windows {
WeighingCButton.Visibility = Visibility.Hidden;
WeighingDButton.Visibility = Visibility.Hidden;
}
if (App.Client.IsMatzen) {
SetDefaultValue(GerebeltGewogenInput, true);
}
}
public DeliveryAdminWindow(int mgnr) : this() {