From 2ab5dc6de1cfb0297651db9026f3fb86ac71d219 Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Mon, 9 Dec 2024 22:48:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0=20=D0=B2?= =?UTF-8?q?=20=D0=BB=D0=BE=D0=B1=D0=B1=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/Lobby/UI/LobbyGui.xaml | 10 ++++++++-- Content.Client/Lobby/UI/LobbyGui.xaml.cs | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index b851bef4c4..f868387c13 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -55,7 +55,7 @@ + VerticalAlignment="Center" Margin="0 0 0 450" /> @@ -100,7 +100,13 @@ Name="AHelpButton" Access="Public" ButtonText="AHelp" - Margin="0 7 0 8" /> + Margin="0 7 0 7" /> + + _userInterfaceManager.GetUIController().ToggleWindow(); DiscordButton.OnPressed += _ => _stalinManager.RequestUri(); + ChangelogWD.OnPressed += _ => _userInterfaceManager.GetUIController().ToggleWindow(); QuitButton.OnPressed += _ => _consoleHost.ExecuteCommand("disconnect"); }