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:
committed by
GitHub
parent
dfc0e0199a
commit
f98192daff
@@ -28,6 +28,7 @@ public sealed partial class SensorMonitoringWindow : FancyWindow, IComputerWindo
|
|||||||
public SensorMonitoringWindow()
|
public SensorMonitoringWindow()
|
||||||
{
|
{
|
||||||
RobustXamlLoader.Load(this);
|
RobustXamlLoader.Load(this);
|
||||||
|
IoCManager.InjectDependencies(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateState(ConsoleUIState state)
|
public void UpdateState(ConsoleUIState state)
|
||||||
|
|||||||
Reference in New Issue
Block a user