diff --git a/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs b/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs index 2f1b521459..2ddcc7b1c5 100644 --- a/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs +++ b/Content.Client/UserInterface/Systems/EscapeMenu/EscapeUIController.cs @@ -20,6 +20,9 @@ public sealed class EscapeUIController : UIController, IOnStateEntered { CloseEscapeWindow(); - // Put this back when changelog button no longer controls the window - // UIManager.GetUIController().ToggleWindow(); + _changelog.ToggleWindow(); }; _escapeWindow.RulesButton.OnPressed += _ => { CloseEscapeWindow(); - UIManager.GetUIController().OpenWindow(); + _info.OpenWindow(); }; _escapeWindow.DisconnectButton.OnPressed += _ => @@ -57,7 +59,7 @@ public sealed class EscapeUIController : UIController, IOnStateEntered { CloseEscapeWindow(); - UIManager.GetUIController().OpenWindow(); + _options.OpenWindow(); }; _escapeWindow.QuitButton.OnPressed += _ =>