diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index bedbdcc..d623a2f 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.8"; + public static string version = "3.6.9"; 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 60b4822..b05ba3f 100644 --- a/WeeXnes/MVVM/View/DiscordRpcView.xaml +++ b/WeeXnes/MVVM/View/DiscordRpcView.xaml @@ -151,7 +151,8 @@ Margin="20,0,0,5" Foreground="DarkGray" Background="#212329" - Content="Save"> + Content="Save" + Cursor="Hand"> @@ -192,7 +193,7 @@ - diff --git a/WeeXnes/MVVM/View/SettingView.xaml b/WeeXnes/MVVM/View/SettingView.xaml index fbecb0a..e0883e0 100644 --- a/WeeXnes/MVVM/View/SettingView.xaml +++ b/WeeXnes/MVVM/View/SettingView.xaml @@ -69,7 +69,42 @@ Foreground="DarkGray" Height="25" Click="CheckForUpdateBtn_OnClick" - Margin="4,10,4,0"/> + Margin="4,10,4,0" + Cursor="Hand"> + + + + + + + + + + + + + + + + + + + + + + @@ -145,7 +250,42 @@ Foreground="DarkGray" Height="25" Click="SaveDefaultID_Click" - Margin="4,10,4,0"/> + Margin="4,10,4,0" + Cursor="Hand"> + + + + + + + + + + + + + + + + + + + + + + + Margin="4,10,4,0" + Cursor="Hand"> + + + + + + + + + + + + + + + + + + + + + + @@ -242,7 +452,42 @@ Foreground="DarkGray" Height="25" Click="SetKeyLocation_OnClick" - Margin="4,10,4,0"/> + Margin="4,10,4,0" + Cursor="Hand"> + + + + + + + + + + + + + + + + + + + + + + diff --git a/WeeXnes/MVVM/View/SettingView.xaml.cs b/WeeXnes/MVVM/View/SettingView.xaml.cs index 73b068b..3722287 100644 --- a/WeeXnes/MVVM/View/SettingView.xaml.cs +++ b/WeeXnes/MVVM/View/SettingView.xaml.cs @@ -306,7 +306,7 @@ namespace WeeXnes.MVVM.View } catch (Exception ex) { - Misc.Message error = new Misc.Message(ex.ToString()); + Misc.CriticalMessage error = new Misc.CriticalMessage(ex.ToString()); error.Show(); } diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj index 9102a7c..2f57a2e 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 3.6.8 + 3.6.9 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes