From 446cb60f40995febf4cb05fb32fe95cea829ccb2 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 12 Dec 2022 20:12:22 +0100 Subject: [PATCH] Changed SettingsView and UpdatePrompt --- WeeXnes/Core/Global.cs | 2 +- WeeXnes/Views/Settings/SettingsView.xaml | 57 +++++++++++----- WeeXnes/Views/Settings/SettingsView.xaml.cs | 44 ++---------- WeeXnes/Views/Settings/UpdateFoundView.xaml | 39 +++++++++++ .../Views/Settings/UpdateFoundView.xaml.cs | 68 +++++++++++++++++++ WeeXnes/WeeXnes.csproj | 6 +- 6 files changed, 158 insertions(+), 58 deletions(-) create mode 100644 WeeXnes/Views/Settings/UpdateFoundView.xaml create mode 100644 WeeXnes/Views/Settings/UpdateFoundView.xaml.cs diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index d332197..072c18f 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -6,7 +6,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.0.3"; + public const string Version = "4.0.4"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/Views/Settings/SettingsView.xaml b/WeeXnes/Views/Settings/SettingsView.xaml index 5459bcf..358d05b 100644 --- a/WeeXnes/Views/Settings/SettingsView.xaml +++ b/WeeXnes/Views/Settings/SettingsView.xaml @@ -11,12 +11,13 @@ - + Click="ButtonCheckForUpdates_OnClick" + Margin="0,10,0,0"> - - - - -