From: Kara Date: Sat, 27 Jan 2024 12:08:50 +0000 (-0700) Subject: Default navmap to show departments (#24613) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=34eb6914489a368dd85f1e3e8d2152c6e36d3ed5;p=space-station-14.git Default navmap to show departments (#24613) --- diff --git a/Content.Client/Pinpointer/UI/NavMapControl.cs b/Content.Client/Pinpointer/UI/NavMapControl.cs index 320c5f899a..3b426e73d8 100644 --- a/Content.Client/Pinpointer/UI/NavMapControl.cs +++ b/Content.Client/Pinpointer/UI/NavMapControl.cs @@ -94,7 +94,7 @@ public partial class NavMapControl : MapGridControl Margin = new Thickness(4f, 0f), VerticalAlignment = VAlignment.Center, HorizontalAlignment = HAlignment.Center, - Pressed = false, + Pressed = true, }; public NavMapControl() : base(MinDisplayedRange, MaxDisplayedRange, DefaultDisplayedRange)