From 5cca94d2bf77bdfabec6729ffe16435cdc0cc3d1 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Thu, 3 Aug 2023 18:02:38 -0400 Subject: [PATCH] fix update message display --- .../CustomControls/UpdateInfoCard.axaml | 18 ++++- .../CustomControls/UpdateInfoCard.axaml.cs | 16 +++++ SPTInstaller/Models/InstallerUpdateInfo.cs | 69 ++++++++++++++++--- SPTInstaller/SPTInstaller.csproj | 4 +- .../ViewModels/DetailedPreChecksViewModel.cs | 2 +- .../ViewModels/MainWindowViewModel.cs | 25 +------ SPTInstaller/ViewModels/PreChecksViewModel.cs | 42 +++++++++-- SPTInstaller/Views/MainWindow.axaml | 10 --- SPTInstaller/Views/PreChecksView.axaml | 13 ++++ 9 files changed, 145 insertions(+), 54 deletions(-) diff --git a/SPTInstaller/CustomControls/UpdateInfoCard.axaml b/SPTInstaller/CustomControls/UpdateInfoCard.axaml index 5c7f528..d9f0772 100644 --- a/SPTInstaller/CustomControls/UpdateInfoCard.axaml +++ b/SPTInstaller/CustomControls/UpdateInfoCard.axaml @@ -20,6 +20,17 @@ + + +