From 7f530bb7ad5f14f99a6f41e7ad0c2d1fc01e0111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lindert?= Date: Sat, 28 Jun 2025 02:10:52 +0200 Subject: [PATCH] patchfor broken NetworkConfiguratorLinkMenu (#38632) fix --- .../NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs b/Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs index c627dc2ce8..a316b9e34a 100644 --- a/Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs +++ b/Content.Client/NetworkConfigurator/NetworkConfiguratorLinkMenu.xaml.cs @@ -1,4 +1,4 @@ -using System.Linq; +using System.Linq; using System.Numerics; using Content.Client.UserInterface.Controls; using Content.Shared.DeviceLinking; @@ -15,7 +15,7 @@ namespace Content.Client.NetworkConfigurator; [GenerateTypedNameReferences] public sealed partial class NetworkConfiguratorLinkMenu : FancyWindow { - private readonly IPrototypeManager _prototypeManager = null!; + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; private const string PanelBgColor = "#202023";