From cb3160940d10976269fb887961fa551c22124e73 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Fri, 11 Nov 2022 16:38:09 +0100 Subject: [PATCH] gui improvements --- WeeXnes/Core/Globals.cs | 2 +- WeeXnes/MVVM/View/DiscordRpcView.xaml | 231 +++++++++++++++++++++----- WeeXnes/MVVM/View/KeyManagerView.xaml | 1 + WeeXnes/MVVM/View/SettingView.xaml | 8 + WeeXnes/Misc/CriticalMessage.xaml | 1 + WeeXnes/Misc/Message.xaml | 1 + WeeXnes/Misc/UpdateMessage.xaml | 2 + WeeXnes/Theme/ControlButtonTheme.xaml | 2 +- WeeXnes/WeeXnes.csproj | 2 +- 9 files changed, 201 insertions(+), 49 deletions(-) diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index 787acb1..bedbdcc 100644 --- a/WeeXnes/Core/Globals.cs +++ b/WeeXnes/Core/Globals.cs @@ -16,7 +16,7 @@ namespace WeeXnes.Core public static string encryptionKey = "8zf5#RdyQ]$4x4_"; public static string AppDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WeeXnes"); public static string SettingsFileName = "settings.ini"; - public static string version = "3.6.7"; + public static string version = "3.6.8"; public static bool info_isRpcRunning = false; public static bool info_RpcAutoStart; public static string apiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; diff --git a/WeeXnes/MVVM/View/DiscordRpcView.xaml b/WeeXnes/MVVM/View/DiscordRpcView.xaml index 1457e05..60b4822 100644 --- a/WeeXnes/MVVM/View/DiscordRpcView.xaml +++ b/WeeXnes/MVVM/View/DiscordRpcView.xaml @@ -15,7 +15,7 @@ - + @@ -23,7 +23,7 @@ + VerticalAlignment="Top"> @@ -37,6 +37,7 @@ VerticalAlignment="Top" Background="Transparent" BorderThickness="0" + Name="RpcItemList" Foreground="White" SelectionChanged="RpcItemList_SelectionChanged" @@ -47,7 +48,7 @@ - diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj index bc71dd0..9102a7c 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 3.6.7 + 3.6.8 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes