diff --git a/editor/themes/editor_icons.cpp b/editor/themes/editor_icons.cpp index baf1d684468..0c2aca519ee 100644 --- a/editor/themes/editor_icons.cpp +++ b/editor/themes/editor_icons.cpp @@ -113,7 +113,8 @@ void editor_register_icons(const Ref &p_theme, bool p_dark_theme, float p native_menu_icons.insert("FileAccess"); native_menu_icons.insert("Folder"); native_menu_icons.insert("AnimationTrackList"); - native_menu_icons.insert("Object"); + native_menu_icons.insert("Signals"); + native_menu_icons.insert("Groups"); native_menu_icons.insert("History"); // The names of the icons to exclude from the standard color conversion.