From b94ed37f05582ed11a5dc163af597dfa8691521b Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Mon, 25 Mar 2024 14:54:23 -0400 Subject: [PATCH] use correct property to show action button --- SPTInstaller/Views/PreChecksView.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" />