mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-24 01:19:18 +01:00
Add UserDismissable
This commit is contained in:
parent
c12bdaabb3
commit
1ca2d2000b
5 changed files with 39 additions and 8 deletions
|
|
@ -67,6 +67,9 @@ public interface IActiveNotification : INotification
|
|||
/// <inheritdoc cref="INotification.Interactible"/>
|
||||
new bool Interactible { get; set; }
|
||||
|
||||
/// <inheritdoc cref="INotification.UserDismissable"/>
|
||||
new bool UserDismissable { get; set; }
|
||||
|
||||
/// <inheritdoc cref="INotification.HoverExtendDuration"/>
|
||||
new TimeSpan HoverExtendDuration { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue