Glamourer checkmark on settings window was wrong...

This commit is contained in:
Loporrit
2025-08-04 01:09:15 +00:00
parent 6edb55b235
commit d7b0a9a0fb

View File

@@ -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)