AreaComAdminWindow: check active only by default

This commit is contained in:
2023-11-08 15:08:26 +01:00
parent f9a3d31a49
commit c1b5631e24

View File

@ -32,6 +32,7 @@ namespace Elwig.Windows {
}
private void Window_Loaded(object sender, RoutedEventArgs e) {
ActiveAreaCommitmentInput.IsChecked = true;
LockInputs();
}