From 45e43d49e6c664c95a165ce7bf8836a41ce97062 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 4 Jan 2023 19:15:55 +0100 Subject: [PATCH] fully fixed issues with previous updates ( hopefully ) --- WeeXnes/Core/Global.cs | 2 +- WeeXnes/MainWindow.xaml.cs | 1 + WeeXnes/Views/DiscordRPC/RunRPCView.xaml | 2 +- WeeXnes/Views/DiscordRPC/RunRPCView.xaml.cs | 6 ++++-- WeeXnes/WeeXnes.csproj | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index d5d20cb..7b2e664 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.1.1"; + public const string Version = "4.1.3"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/MainWindow.xaml.cs b/WeeXnes/MainWindow.xaml.cs index 48cdf55..558f776 100644 --- a/WeeXnes/MainWindow.xaml.cs +++ b/WeeXnes/MainWindow.xaml.cs @@ -14,6 +14,7 @@ namespace WeeXnes public MainWindow() { InitializeComponent(); + Wpf.Ui.Appearance.Accent.ApplySystemAccent(); } diff --git a/WeeXnes/Views/DiscordRPC/RunRPCView.xaml b/WeeXnes/Views/DiscordRPC/RunRPCView.xaml index 3f6e423..9c7b668 100644 --- a/WeeXnes/Views/DiscordRPC/RunRPCView.xaml +++ b/WeeXnes/Views/DiscordRPC/RunRPCView.xaml @@ -24,7 +24,7 @@ /> - +