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
This commit is contained in:
Pieter-Jan Briers
2024-12-23 20:23:03 +01:00
committed by GitHub
parent dfc0e0199a
commit f98192daff

View File

@@ -28,6 +28,7 @@ public sealed partial class SensorMonitoringWindow : FancyWindow, IComputerWindo
public SensorMonitoringWindow()
{
RobustXamlLoader.Load(this);
IoCManager.InjectDependencies(this);
}
public void UpdateState(ConsoleUIState state)