1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Update native menu icons after Node dock split

This commit is contained in:
Logan Detrick
2025-11-24 16:40:27 -08:00
parent bbe9654327
commit b4f58e5d8e

View File

@@ -113,7 +113,8 @@ void editor_register_icons(const Ref<Theme> &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.