mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +01:00
Add INotification.RespectUiHidden
This commit is contained in:
parent
ecfbcfe194
commit
9724e511e9
7 changed files with 29 additions and 2 deletions
|
|
@ -90,6 +90,13 @@ internal sealed partial class ActiveNotification : IActiveNotification
|
|||
set => this.underlyingNotification.Title = value;
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool RespectUiHidden
|
||||
{
|
||||
get => this.underlyingNotification.RespectUiHidden;
|
||||
set => this.underlyingNotification.RespectUiHidden = value;
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public string? MinimizedText
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue