Remove instances of Visible = false for windows.

This commit is contained in:
Pieter-Jan Briers
2019-07-19 16:12:02 +02:00
parent ff3c1e6e82
commit b34a68a519
6 changed files with 2 additions and 12 deletions

View File

@@ -48,10 +48,7 @@ namespace Content.Client.UserInterface
private void PerformLayout()
{
optionsMenu = new OptionsMenu(_configSystem)
{
Visible = false
};
optionsMenu = new OptionsMenu(_configSystem);
Resizable = false;