AddToAction List colours
This commit is contained in:
4
LDS.cs
4
LDS.cs
@@ -30,7 +30,7 @@ namespace AiQ_GUI
|
||||
}
|
||||
catch // If file can't deserialise
|
||||
{
|
||||
MainForm.Instance.AddToActionsList("Error loading Local Data Store");
|
||||
MainForm.Instance.AddToActionsList($"Error loading Local Data Store{Level.WARNING}");
|
||||
return null; // Return null to indicate failure
|
||||
}
|
||||
}
|
||||
@@ -45,7 +45,7 @@ namespace AiQ_GUI
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MainForm.Instance.AddToActionsList($"Error saving Local Data Store: {ex.Message}");
|
||||
MainForm.Instance.AddToActionsList($"Error saving Local Data Store: {ex.Message}{Level.WARNING}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user