We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a6d64 commit 35a022cCopy full SHA for 35a022c
External/Plugins/ProjectManager/Controls/TreeView/ProjectContextMenu.cs
@@ -357,9 +357,8 @@ private void AddFolderItems(MergableMenu menu, string path)
357
AddCompileTargetItems(menu, path, true);
358
359
bool addLibrary = project.IsLibraryAsset(path);
360
- menu.Add(AddLibrary, 1, addLibrary);
361
- if (addLibrary) menu.Add(LibraryOptions, 1);
362
-
+ menu.Add(AddLibrary, 2, addLibrary);
+ if (addLibrary) menu.Add(LibraryOptions, 2);
363
364
if (projectTree.SelectedPaths.Length == 1 && project.IsCompilable)
365
{
0 commit comments