Moved the warning triangle downwards

This commit is contained in:
CakeAndBanana
2025-09-26 04:54:12 +02:00
parent 8e7cdce310
commit c182d10a0a

View File

@@ -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 = "";