Editor now loads the first project in open folder.

This commit is contained in:
Creeper Lv
2026-01-18 01:52:22 +11:00
parent 94f557d311
commit 6dff9b8718
4 changed files with 78 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
using Newtonsoft.Json;
using Progrart.Core.JSExecution;
using Progrart.Core.Storage;
using System.Diagnostics;
namespace Progrart.Core.ProjectSystem
{