From b04b54609206e6aa84d0c59f764f33570dfc62c1 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 8 Nov 2023 14:42:42 +0100 Subject: Fix node names of submenu items across the editor Also removes some programmer remarks and fixes some docs. --- modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs b/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs index 6bdf207873..650afb4cdf 100644 --- a/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs +++ b/modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs @@ -497,7 +497,10 @@ namespace GodotTools AddChild(new HotReloadAssemblyWatcher { Name = "HotReloadAssemblyWatcher" }); - _menuPopup = new PopupMenu(); + _menuPopup = new PopupMenu + { + Name = "CSharpTools", + }; _menuPopup.Hide(); AddToolSubmenuItem("C#", _menuPopup); -- cgit v1.2.3