From aa1870198b9eb27fa12ab7e4d75b32b0e8414a5f Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 20 Jun 2022 20:15:44 +0200 Subject: [PATCH] Re-Design + Code Cleanup --- WeeXnes/Core/Globals.cs | 2 +- WeeXnes/MVVM/View/DiscordRpcView.xaml | 59 +++++++++++++++++---------- WeeXnes/MVVM/View/KeyManagerView.xaml | 29 ++++++++----- WeeXnes/MVVM/View/SettingView.xaml | 53 ++++++++++++++++-------- WeeXnes/MainWindow.xaml | 25 +++++++++--- WeeXnes/Theme/ControlButtonTheme.xaml | 30 ++------------ WeeXnes/Theme/MenuButtonTheme.xaml | 4 +- WeeXnes/Theme/TextBoxTheme.xaml | 2 +- 8 files changed, 119 insertions(+), 85 deletions(-) diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index 58aa651..b8baec2 100644 --- a/WeeXnes/Core/Globals.cs +++ b/WeeXnes/Core/Globals.cs @@ -15,7 +15,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 = "2.7.9"; + public static string version = "3.0"; public static bool info_isRpcRunning = false; public static bool info_RpcAutoStart; public static string apiUrl = "http://www.weexnes.com:5169/"; diff --git a/WeeXnes/MVVM/View/DiscordRpcView.xaml b/WeeXnes/MVVM/View/DiscordRpcView.xaml index 236b65b..2ebd40a 100644 --- a/WeeXnes/MVVM/View/DiscordRpcView.xaml +++ b/WeeXnes/MVVM/View/DiscordRpcView.xaml @@ -20,10 +20,19 @@ - + + + + + + + + +