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)