From bb8b05a2d497924af9c045b3142fcce3a7a19cb1 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Sat, 29 Jun 2024 11:05:35 -0400 Subject: [PATCH] add update page --- .../Dialogs/ChangeLogDialog.axaml | 23 -------------- .../Dialogs/ChangeLogDialog.axaml.cs | 27 ----------------- .../CustomControls/UpdateButton.axaml | 2 -- .../CustomControls/UpdateButton.axaml.cs | 9 ------ SPTInstaller/Helpers/FileHelper.cs | 2 ++ SPTInstaller/Models/InstallerUpdateInfo.cs | 12 +------- SPTInstaller/SPTInstaller.csproj | 4 +-- .../InstallPathSelectionViewModel.cs | 13 ++++++-- .../ViewModels/InstallerUpdateViewModel.cs | 30 ++++++++++++++++++- SPTInstaller/ViewModels/PreChecksViewModel.cs | 30 ++----------------- SPTInstaller/ViewModels/ViewModelBase.cs | 5 ++++ .../Views/InstallPathSelectionView.axaml | 2 ++ SPTInstaller/Views/InstallerUpdateView.axaml | 24 ++++++++++++++- SPTInstaller/Views/PreChecksView.axaml | 14 --------- 14 files changed, 77 insertions(+), 120 deletions(-) delete mode 100644 SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml delete mode 100644 SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml.cs diff --git a/SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml b/SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml deleted file mode 100644 index 99cbbbd..0000000 --- a/SPTInstaller/CustomControls/Dialogs/ChangeLogDialog.axaml +++ /dev/null @@ -1,23 +0,0 @@ - - - \ No newline at end of file