mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Set IconTask on ActiveNotification ctor
This commit is contained in:
parent
54decfe7d3
commit
199722d29a
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ internal sealed class ActiveNotification : IActiveNotification, IDisposable
|
||||||
this.hideEasing = new OutCubic(NotificationConstants.HideAnimationDuration);
|
this.hideEasing = new OutCubic(NotificationConstants.HideAnimationDuration);
|
||||||
|
|
||||||
this.showEasing.Start();
|
this.showEasing.Start();
|
||||||
|
this.UpdateIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue