Do not check required inputs on startup

This commit is contained in:
2023-07-21 19:28:58 +02:00
parent c68c798b49
commit 4571b06279

View File

@ -76,7 +76,6 @@ namespace Elwig.Windows {
cb.SelectionChanged += ComboBox_SelectionChanged; cb.SelectionChanged += ComboBox_SelectionChanged;
foreach (var cb in CheckComboBoxInputs) foreach (var cb in CheckComboBoxInputs)
cb.ItemSelectionChanged += ComboBox_SelectionChanged; cb.ItemSelectionChanged += ComboBox_SelectionChanged;
ValidateRequiredInputs();
} }
private void OnClosing(object? sender, CancelEventArgs evt) { private void OnClosing(object? sender, CancelEventArgs evt) {