notif overlay flex with 1 sec delay removal

This commit is contained in:
choco
2025-10-12 23:11:18 +02:00
parent 6c0d00dc39
commit 118edb9dea
2 changed files with 3 additions and 13 deletions

View File

@@ -134,11 +134,7 @@ public class LightlessNotificationUI : WindowMediatorSubscriberBase
var viewport = ImGui.GetMainViewport();
// Set window to full viewport height
var width = _configService.Current.NotificationWidth;
Size = new Vector2(width, viewport.WorkSize.Y);
SizeCondition = ImGuiCond.Always;
// Window auto-resizes based on content (AlwaysAutoResize flag)
Position = CalculateWindowPosition(viewport);
PositionCondition = ImGuiCond.Always;