diff --git a/WeeXnes/Core/Globals.cs b/WeeXnes/Core/Globals.cs index 6821fec..572a4bc 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.3"; + public static string version = "3.6.4"; public static bool info_isRpcRunning = false; public static bool info_RpcAutoStart; public static string apiUrl = "http://weexnes.com:5169/"; diff --git a/WeeXnes/MVVM/View/SettingView.xaml.cs b/WeeXnes/MVVM/View/SettingView.xaml.cs index c8fd784..df35d6d 100644 --- a/WeeXnes/MVVM/View/SettingView.xaml.cs +++ b/WeeXnes/MVVM/View/SettingView.xaml.cs @@ -318,7 +318,7 @@ namespace WeeXnes.MVVM.View } catch (Exception ex) { - Misc.Message message = new Misc.Message(ex.ToString()); + Misc.CriticalMessage message = new Misc.CriticalMessage(ex.ToString()); message.Show(); } } diff --git a/WeeXnes/Misc/CriticalMessage.xaml b/WeeXnes/Misc/CriticalMessage.xaml new file mode 100644 index 0000000..3aaee94 --- /dev/null +++ b/WeeXnes/Misc/CriticalMessage.xaml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + +