diff --git a/SPTInstaller/Views/PreChecksView.axaml b/SPTInstaller/Views/PreChecksView.axaml index ed6af3f..f7aac04 100644 --- a/SPTInstaller/Views/PreChecksView.axaml +++ b/SPTInstaller/Views/PreChecksView.axaml @@ -25,7 +25,7 @@ Details="{Binding SelectedPreCheck.Details}" ActionButtonText="{Binding SelectedPreCheck.ActionButtonText}" ActionCommand="{Binding SelectedPreCheck.ActionButtonCommand}" - ShowAction="{Binding SelectedPreCheck.ActionButtonIsVisible}" + ShowAction="{Binding SelectedPreCheck.ShowActionButton}" BarColor="{Binding SelectedPreCheck.BarColor}" />