Skip to content

Commit

Permalink
fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Nov 23, 2024
1 parent 3bbfd6c commit e76362e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content.Client/Consent/UI/Windows/ConsentWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ public void UpdateUi()

ConsentFreetext.TextRope = new Rope.Leaf(consent.Freetext);

// ConsentList.RemoveAllChildren();
if (ConsentList.ChildCount > 0)
ConsentList.RemoveAllChildren();
_entries.Clear();

var consentprototypelist = _protoManager.EnumeratePrototypes<ConsentTogglePrototype>();
Expand Down

0 comments on commit e76362e

Please sign in to comment.