mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Update native menu icons after Node dock split
This commit is contained in:
parent
bbe9654327
commit
b4f58e5d8e
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue