Windows: Minor cleanups
This commit is contained in:
@ -1243,7 +1243,7 @@ namespace Elwig.Windows {
|
||||
|
||||
private void WineVarietyInput_SelectionChanged(object sender, SelectionChangedEventArgs evt) {
|
||||
if (WineVarietyInput.SelectedItem is WineVar s)
|
||||
ViewModel.SortId = s.SortId;
|
||||
ViewModel.SortId = s.SortId;
|
||||
}
|
||||
|
||||
private void UpdateWineQualityLevels() {
|
||||
|
Reference in New Issue
Block a user