Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…indows into main
  • Loading branch information
micahmo committed Jan 10, 2021
2 parents 8333412 + 27e4cb9 commit 480293b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WireGuardServerForWindows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ void PrerequisiteItemFulfilledChanged(object sender, PropertyChangedEventArgs e)
mainWindowModel.PrerequisiteItems.Where(i => i != senderItem).ToList().ForEach(i =>
{
i.RaisePropertyChanged(nameof(i.Fulfilled));
i.RaisePropertyChanged(nameof(i.IsInformational));
i.RaisePropertyChanged(nameof(i.CanConfigure));
i.RaisePropertyChanged(nameof(i.CanResolve));
});
Expand Down

0 comments on commit 480293b

Please sign in to comment.