Update NugetPackageDetails.cs
This commit is contained in:
@@ -68,6 +68,7 @@ public partial class NugetPackageDetails : VBoxContainer
|
||||
}).ToList();
|
||||
await this.InvokeAsync(() =>
|
||||
{
|
||||
_projectsVBoxContainer.QueueFreeChildren();
|
||||
foreach (var scene in scenes)
|
||||
{
|
||||
_projectsVBoxContainer.AddChild(scene);
|
||||
|
||||
Reference in New Issue
Block a user