From fc12925c2741d908773f5dd09d864499739ceb22 Mon Sep 17 00:00:00 2001 From: sshiiden Date: Sat, 11 Jan 2025 18:33:31 +0100 Subject: [PATCH] Add TitleBarLogo to saturation_exeptions --- 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 f318b640d085..7b6a3aa58b1b 100644 --- a/editor/themes/editor_icons.cpp +++ b/editor/themes/editor_icons.cpp @@ -133,6 +133,7 @@ void editor_register_icons(const Ref &p_theme, bool p_dark_theme, float p saturation_exceptions.insert("DefaultProjectIcon"); saturation_exceptions.insert("Godot"); saturation_exceptions.insert("Logo"); + saturation_exceptions.insert("TitleBarLogo"); // Accent color conversion map. // It is used on some icons (checkbox, radio, toggle, etc.), regardless of the dark