From c182d10a0aa2725b77a18da202453057daab5fb3 Mon Sep 17 00:00:00 2001 From: CakeAndBanana Date: Fri, 26 Sep 2025 04:54:12 +0200 Subject: [PATCH] Moved the warning triangle downwards --- LightlessSync/UI/CompactUI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/LightlessSync/UI/CompactUI.cs b/LightlessSync/UI/CompactUI.cs index b93b393..6af9498 100644 --- a/LightlessSync/UI/CompactUI.cs +++ b/LightlessSync/UI/CompactUI.cs @@ -561,6 +561,7 @@ public class CompactUi : WindowMediatorSubscriberBase if ((isOverTriHold || isOverVRAMUsage) && _playerPerformanceConfig.Current.WarnOnExceedingThresholds) { ImGui.SameLine(); + ImGui.SetCursorPosY(cursorY + 15f); _uiSharedService.IconText(FontAwesomeIcon.ExclamationTriangle, UIColors.Get("LightlessYellow")); string warningMessage = "";