mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Mark DtrBar entries as dirty when added (#1967)
This commit is contained in:
parent
f1a1f176c3
commit
426eaec0f2
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ internal sealed unsafe class DtrBar : IInternalDisposableService, IDtrBar
|
|||
if (!data.Added)
|
||||
{
|
||||
data.Added = this.AddNode(data.TextNode);
|
||||
data.Dirty = true;
|
||||
}
|
||||
|
||||
var isHide = !data.Shown || data.UserHidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue