Update NugetPackageDetails.cs

This commit is contained in:
Matt Parker
2025-11-03 18:39:12 +10:00
parent c3130ae8b8
commit 867846b3f9

View File

@@ -68,6 +68,7 @@ public partial class NugetPackageDetails : VBoxContainer
}).ToList();
await this.InvokeAsync(() =>
{
_projectsVBoxContainer.QueueFreeChildren();
foreach (var scene in scenes)
{
_projectsVBoxContainer.AddChild(scene);