From b4f58e5d8ed2e5c373d8e9cd6fcd0dfcc94111f2 Mon Sep 17 00:00:00 2001 From: Logan Detrick Date: Mon, 24 Nov 2025 16:40:27 -0800 Subject: [PATCH] Update native menu icons after Node dock split --- editor/themes/editor_icons.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.