diff --git a/editor/themes/editor_icons.cpp b/editor/themes/editor_icons.cpp index 5194fb261b..8034c5929e 100644 --- a/editor/themes/editor_icons.cpp +++ b/editor/themes/editor_icons.cpp @@ -110,6 +110,7 @@ void editor_register_icons(const Ref &p_theme, bool p_dark_theme, float p HashSet saturation_exceptions; saturation_exceptions.insert("DefaultProjectIcon"); saturation_exceptions.insert("Godot"); + saturation_exceptions.insert("GodotFile"); saturation_exceptions.insert("Logo"); saturation_exceptions.insert("TitleBarLogo");