diff --git a/ModpackUpdater.Apps.Manager/Features/SharedFunctions.cs b/ModpackUpdater.Apps.Manager/Features/SharedFunctions.cs index f134021..318dc9d 100644 --- a/ModpackUpdater.Apps.Manager/Features/SharedFunctions.cs +++ b/ModpackUpdater.Apps.Manager/Features/SharedFunctions.cs @@ -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; }