math clamping sliders for notifcation settings, pair notifs disappear now when accepted with other methods

This commit is contained in:
choco
2025-10-12 00:04:10 +02:00
parent a7475a7007
commit fe419336d7
5 changed files with 122 additions and 72 deletions

View File

@@ -42,8 +42,6 @@ public class LightlessNotificationUI : WindowMediatorSubscriberBase
ImGuiWindowFlags.AlwaysAutoResize;
PositionCondition = ImGuiCond.Always;
Size = new Vector2(_configService.Current.NotificationWidth, 100);
SizeCondition = ImGuiCond.FirstUseEver;
IsOpen = false;
RespectCloseHotkey = false;