From d90d32f843636ec82db223e4a2b73e69c0786818 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Thu, 11 Sep 2025 19:13:24 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BF=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/Info/LinkBanner.cs | 1 + Content.Client/Lobby/UI/LobbyGui.xaml | 2 -- Content.Client/Lobby/UI/LobbyGui.xaml.cs | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Content.Client/Info/LinkBanner.cs b/Content.Client/Info/LinkBanner.cs index b2e78c013f..ec6e1e96f4 100644 --- a/Content.Client/Info/LinkBanner.cs +++ b/Content.Client/Info/LinkBanner.cs @@ -59,6 +59,7 @@ namespace Content.Client.Info }; roadmapButton.OnPressed += _ => UserInterfaceManager.GetUIController().ToggleRoadmap(); buttons.AddChild(roadmapButton); + AddInfoButton("ui-lobby-replays-button", SunriseCCVars.InfoLinksReplays); // Sunrise-End void AddInfoButton(string loc, CVarDef cVar) diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index fd775f5c45..108ca14f9c 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -180,8 +180,6 @@