AddToAction List colours

This commit is contained in:
2025-12-02 12:59:40 +00:00
parent e29d104d47
commit 30bd2fe73c
18 changed files with 171 additions and 160 deletions

View File

@@ -1,4 +1,6 @@
namespace AiQ_GUI
using System.Diagnostics;
namespace AiQ_GUI
{
internal class Logging
{
@@ -41,7 +43,7 @@
}
catch (Exception ex)
{
MainForm.Instance.AddToActionsList($"Error logging message: {ex.Message}");
MainForm.Instance.AddToActionsList($"Error logging message: {ex.Message}{Level.ERROR}");
}
}
}