From: Pieter-Jan Briers Date: Mon, 23 Dec 2024 19:23:03 +0000 (+0100) Subject: Fix the sensor monitoring console (#34035) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f98192daffe68db8d84e1ff8bb21f658879905c7;p=space-station-14.git Fix the sensor monitoring console (#34035) Still isn't really suitable to just map but at least it doesn't outright NRE anymore. Alternative to #34032 --- diff --git a/Content.Client/SensorMonitoring/SensorMonitoringWindow.xaml.cs b/Content.Client/SensorMonitoring/SensorMonitoringWindow.xaml.cs index 307307c687..717ab40765 100644 --- a/Content.Client/SensorMonitoring/SensorMonitoringWindow.xaml.cs +++ b/Content.Client/SensorMonitoring/SensorMonitoringWindow.xaml.cs @@ -28,6 +28,7 @@ public sealed partial class SensorMonitoringWindow : FancyWindow, IComputerWindo public SensorMonitoringWindow() { RobustXamlLoader.Load(this); + IoCManager.InjectDependencies(this); } public void UpdateState(ConsoleUIState state)