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 @@ /> - +