From 199722d29a4d85cb8020cac62fa6fbb2280c9329 Mon Sep 17 00:00:00 2001 From: Soreepeong Date: Sun, 25 Feb 2024 06:22:54 +0900 Subject: [PATCH] Set IconTask on ActiveNotification ctor --- Dalamud/Interface/Internal/Notifications/ActiveNotification.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Interface/Internal/Notifications/ActiveNotification.cs b/Dalamud/Interface/Internal/Notifications/ActiveNotification.cs index 90c99ab11..5c343288e 100644 --- a/Dalamud/Interface/Internal/Notifications/ActiveNotification.cs +++ b/Dalamud/Interface/Internal/Notifications/ActiveNotification.cs @@ -43,6 +43,7 @@ internal sealed class ActiveNotification : IActiveNotification, IDisposable this.hideEasing = new OutCubic(NotificationConstants.HideAnimationDuration); this.showEasing.Start(); + this.UpdateIcon(); } ///