diff --git a/Content.Client/Chat/ChatFilterUI.cs b/Content.Client/Chat/ChatFilterUI.cs index 809983d75c..0bed8b707d 100644 --- a/Content.Client/Chat/ChatFilterUI.cs +++ b/Content.Client/Chat/ChatFilterUI.cs @@ -19,9 +19,7 @@ namespace Content.Client.Chat { base.Initialize(); - HideOnClose = true; Title = "Filter Channels"; - Visible = false; var margin = new MarginContainer() { @@ -44,7 +42,7 @@ namespace Content.Client.Chat MarginRight = -5f, MarginBottom = -5f, SizeFlagsHorizontal = SizeFlags.Fill, - SizeFlagsStretchRatio = 2, + SizeFlagsStretchRatio = 2, }; var hbox = new HBoxContainer() @@ -61,4 +59,4 @@ namespace Content.Client.Chat } } -} \ No newline at end of file +}