diff --git a/.idea/.idea.SPTInstaller/.idea/avalonia.xml b/.idea/.idea.SPTInstaller/.idea/avalonia.xml
index 29981b3..1ff4164 100644
--- a/.idea/.idea.SPTInstaller/.idea/avalonia.xml
+++ b/.idea/.idea.SPTInstaller/.idea/avalonia.xml
@@ -8,10 +8,12 @@
+
+
diff --git a/SPTInstaller/App.axaml b/SPTInstaller/App.axaml
index 1f4245f..1c0a3d8 100644
--- a/SPTInstaller/App.axaml
+++ b/SPTInstaller/App.axaml
@@ -21,6 +21,7 @@
#FFFFFF
#282828
#323947
+ #444259
@@ -28,6 +29,7 @@
+
diff --git a/SPTInstaller/Assets/Styles.axaml b/SPTInstaller/Assets/Styles.axaml
index 35af7af..ce89e48 100644
--- a/SPTInstaller/Assets/Styles.axaml
+++ b/SPTInstaller/Assets/Styles.axaml
@@ -123,16 +123,13 @@
-
-
@@ -159,6 +156,7 @@
diff --git a/SPTInstaller/CustomControls/PreCheckItem.axaml b/SPTInstaller/CustomControls/PreCheckItem.axaml
index 95f6c6d..3808760 100644
--- a/SPTInstaller/CustomControls/PreCheckItem.axaml
+++ b/SPTInstaller/CustomControls/PreCheckItem.axaml
@@ -38,8 +38,7 @@
diff --git a/SPTInstaller/CustomControls/UpdateButton.axaml b/SPTInstaller/CustomControls/UpdateButton.axaml
new file mode 100644
index 0000000..8e73bbb
--- /dev/null
+++ b/SPTInstaller/CustomControls/UpdateButton.axaml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/SPTInstaller/CustomControls/UpdateButton.axaml.cs b/SPTInstaller/CustomControls/UpdateButton.axaml.cs
new file mode 100644
index 0000000..57126f1
--- /dev/null
+++ b/SPTInstaller/CustomControls/UpdateButton.axaml.cs
@@ -0,0 +1,24 @@
+using Avalonia;
+using Avalonia.Controls;
+using Avalonia.Markup.Xaml;
+
+namespace SPTInstaller.CustomControls;
+
+public partial class UpdateButton : UserControl
+{
+ public UpdateButton()
+ {
+ InitializeComponent();
+ }
+
+
+
+ // InfoText="{Binding UpdateInfo.UpdateInfoText}"
+ // ShowUpdateCard="{Binding UpdateInfo.ShowCard}"
+ // NotNowCommand="{Binding DismissUpdateCommand}"
+ // UpdateInstallerCommand="{Binding UpdateInstallerCommand}"
+ // Updating="{Binding UpdateInfo.Updating}"
+ // DownloadProgress="{Binding UpdateInfo.DownloadProgress}"
+ // IndeterminateProgress="{Binding UpdateInfo.CheckingForUpdates}"
+ // UpdateAvailable="{Binding UpdateInfo.UpdateAvailable}"
+}
\ No newline at end of file
diff --git a/SPTInstaller/SPTInstaller.csproj b/SPTInstaller/SPTInstaller.csproj
index 1d8c78e..28e58a5 100644
--- a/SPTInstaller/SPTInstaller.csproj
+++ b/SPTInstaller/SPTInstaller.csproj
@@ -9,8 +9,8 @@
icon.ico
Assets\icon.ico
Debug;Release;TEST
- 2.53
- 2.53
+ 2.54
+ 2.54
SPT-AKI
diff --git a/SPTInstaller/Views/PreChecksView.axaml b/SPTInstaller/Views/PreChecksView.axaml
index fda83d3..7d0b455 100644
--- a/SPTInstaller/Views/PreChecksView.axaml
+++ b/SPTInstaller/Views/PreChecksView.axaml
@@ -75,6 +75,7 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+