AddToAction List colours
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user