In FlexiAPI SetVaxtorMinMaxPlate() Has been added + Other small changes

This commit is contained in:
2025-10-21 14:04:59 +01:00
parent a2f86625be
commit b59d023887
5 changed files with 67 additions and 25 deletions

2
LDS.cs
View File

@@ -35,7 +35,9 @@ namespace AiQ_GUI
}
catch // If file can't deserialise
{
MainForm.Instance.AddToActionsList("Error loading Local Data Store");
return null; // Return null to indicate failure
}
}