rename property

This commit is contained in:
Matt Parker
2025-10-02 20:16:26 +10:00
parent 9c1dcbdf6c
commit f325b546b8
4 changed files with 10 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ public partial class IdeWindow : Control
return;
}
ideRoot.SetSlnFilePath(slnPath);
Singletons.AppState.PreviouslyOpenedSolutions.Add(new PreviouslyOpenedSln { FilePath = slnPath, Name = Path.GetFileName(slnPath) });
Singletons.AppState.RecentSlns.Add(new RecentSln { FilePath = slnPath, Name = Path.GetFileName(slnPath) });
await this.InvokeAsync(() =>
{