Merge pull request #84617 from YuriSizov/editor-this-one-is-for-all-my-subs

Fix node names of submenu items across the editor
This commit is contained in:
Rémi Verschelde 2023-11-09 11:47:24 +01:00
commit 26f1c503ec
No known key found for this signature in database
GPG key ID: C3336907360768E1
13 changed files with 45 additions and 44 deletions

View file

@ -497,7 +497,10 @@ namespace GodotTools
AddChild(new HotReloadAssemblyWatcher { Name = "HotReloadAssemblyWatcher" });
_menuPopup = new PopupMenu();
_menuPopup = new PopupMenu
{
Name = "CSharpTools",
};
_menuPopup.Hide();
AddToolSubmenuItem("C#", _menuPopup);