]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Default navmap to show departments (#24613)
authorKara <lunarautomaton6@gmail.com>
Sat, 27 Jan 2024 12:08:50 +0000 (05:08 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 12:08:50 +0000 (04:08 -0800)
Content.Client/Pinpointer/UI/NavMapControl.cs

index 320c5f899aca9f60a35a201fd5aadf04e73384ae..3b426e73d89143b060df541bf7e0e60f6e6e9f0d 100644 (file)
@@ -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)