From d7b0a9a0fbb883f01d79967e6b0fab7bf5cc68bb Mon Sep 17 00:00:00 2001 From: Loporrit <141286461+loporrit@users.noreply.github.com> Date: Mon, 4 Aug 2025 01:09:15 +0000 Subject: [PATCH] Glamourer checkmark on settings window was wrong... --- MareSynchronos/UI/UISharedService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MareSynchronos/UI/UISharedService.cs b/MareSynchronos/UI/UISharedService.cs index c9391f0..d402f79 100644 --- a/MareSynchronos/UI/UISharedService.cs +++ b/MareSynchronos/UI/UISharedService.cs @@ -780,8 +780,9 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase ImGui.SameLine(); AttachToolTip($"Penumbra is " + (_penumbraExists ? "available and up to date." : "unavailable or not up to date.")); + ImGui.TextUnformatted("Glamourer"); ImGui.SameLine(); - ColorText("Glamourer", GetBoolColor(_glamourerExists)); + IconText(_glamourerExists ? check : cross, GetBoolColor(_glamourerExists)); AttachToolTip($"Glamourer is " + (_glamourerExists ? "available and up to date." : "unavailable or not up to date.")); if (intro)