diff --git a/WeeXnes/Core/CustomConsole.cs b/WeeXnes/Core/CustomConsole.cs index edfc224..2d8e6d1 100644 --- a/WeeXnes/Core/CustomConsole.cs +++ b/WeeXnes/Core/CustomConsole.cs @@ -21,11 +21,11 @@ namespace WeeXnes.Core public static class Formatting { - public static string success_char = "✓"; - public static string warning_char = "⌬"; - public static string info_char = "◈"; - public static string error_char = "☓"; - public static string writeline_char = "•"; + public static string success_char = ""; + public static string warning_char = ""; + public static string info_char = ""; + public static string error_char = ""; + public static string writeline_char = ""; } } diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index b220f08..f62f9f0 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -8,7 +8,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.4.4"; + public const string Version = "4.4.5"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/Views/Settings/SettingsView.xaml b/WeeXnes/Views/Settings/SettingsView.xaml index e478687..b1f8271 100644 --- a/WeeXnes/Views/Settings/SettingsView.xaml +++ b/WeeXnes/Views/Settings/SettingsView.xaml @@ -103,6 +103,15 @@ + + + + +