From 17931a310357201ec0019e77cf9060319053bd87 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Thu, 5 Oct 2023 21:57:42 +0200 Subject: [PATCH] added option for automatic shutdown & temporarily removed some debugging info --- WeeXnes/Core/CustomConsole.cs | 10 +++++----- WeeXnes/Core/Global.cs | 2 +- WeeXnes/Views/Settings/SettingsView.xaml | 9 +++++++++ WeeXnes/Views/Settings/SettingsView.xaml.cs | 22 +++++++++++++++++++++ WeeXnes/WeeXnes.csproj | 2 +- 5 files changed, 38 insertions(+), 7 deletions(-) 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 @@ + + + + +