This commit is contained in:
2025-11-17 07:36:20 +01:00
parent c9eb3e32b4
commit 0bc93bb24b

View File

@@ -83,7 +83,7 @@ internal static class SharedFunctions
api.Model.CurrentWorkspace.UpdateInfos.Updates.Insert(0, updateSet);
// Add update to ui
api.Model.CurrentTreeNodes[1].Nodes.Add(new ActionSetTreeNode(updateSet));
api.Model.CurrentTreeNodes[1].Nodes.Insert(0, new ActionSetTreeNode(updateSet));
return true;
}