Skip to content

Commit 12bd3ce

Browse files
committed
Update SlnFolderContextMenu.cs
1 parent 9827c4d commit 12bd3ce

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/SlnFolderContextMenu.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using Godot;
2-
using SharpIDE.Application.Features.FileWatching;
3-
using SharpIDE.Application.Features.SolutionDiscovery;
42
using SharpIDE.Application.Features.SolutionDiscovery.VsPersistence;
5-
using SharpIDE.Godot.Features.SolutionExplorer.ContextMenus.Dialogs;
3+
using SharpIDE.Godot.Features.NewProject;
64

75
namespace SharpIDE.Godot.Features.SolutionExplorer;
86

@@ -51,7 +49,7 @@ private void OnSlnFolderAddSubmenuPressed(long id, SharpIdeSolutionFolder slnFol
5149
var actionId = (SlnFolderAddSubmenuOptions)id;
5250
if (actionId is SlnFolderAddSubmenuOptions.Project)
5351
{
54-
var newProjectContainer = _newProjectContainerScene.Instantiate<NewProject.NewProjectContainer>();
52+
var newProjectContainer = _newProjectContainerScene.Instantiate<NewProjectContainer>();
5553
var popupWindow = new Window
5654
{
5755
Title = "New Project",

0 commit comments

Comments
 (0)