Skip to content

Commit 35a022c

Browse files
committed
Minor PM context menu tweak...
1 parent e2a6d64 commit 35a022c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

External/Plugins/ProjectManager/Controls/TreeView/ProjectContextMenu.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,8 @@ private void AddFolderItems(MergableMenu menu, string path)
357357
AddCompileTargetItems(menu, path, true);
358358

359359
bool addLibrary = project.IsLibraryAsset(path);
360-
menu.Add(AddLibrary, 1, addLibrary);
361-
if (addLibrary) menu.Add(LibraryOptions, 1);
362-
360+
menu.Add(AddLibrary, 2, addLibrary);
361+
if (addLibrary) menu.Add(LibraryOptions, 2);
363362

364363
if (projectTree.SelectedPaths.Length == 1 && project.IsCompilable)
365364
{

0 commit comments

Comments
 (0)