From 04961f14976609fdb5941ea029262373bfd693e5 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 17 Jun 2026 20:21:24 +0200 Subject: [PATCH] Fix `.godot` file icon saturation in editor file dialogs --- editor/themes/editor_icons.cpp | 1 + 1 file changed, 1 insertion(+) 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");