diff --git a/Content.Client/_Wega/Mining/MiningConsoleBoundInterfaceState.cs b/Content.Client/_Wega/Mining/MiningConsoleBoundInterfaceState.cs index 6d116267f29..ad82f2eb7bc 100644 --- a/Content.Client/_Wega/Mining/MiningConsoleBoundInterfaceState.cs +++ b/Content.Client/_Wega/Mining/MiningConsoleBoundInterfaceState.cs @@ -16,6 +16,9 @@ protected override void Open() _window = this.CreateWindow(); + _window.AllSetStagePressed += stage => + SendMessage(new MiningConsoleSetAllStagesMessage(stage)); + _window.ToggleModePressed += () => SendMessage(new MiningConsoleToggleModeMessage()); diff --git a/Content.Client/_Wega/Mining/MiningConsoleWindow.xaml b/Content.Client/_Wega/Mining/MiningConsoleWindow.xaml index cf8d52272d4..e27b8771af6 100644 --- a/Content.Client/_Wega/Mining/MiningConsoleWindow.xaml +++ b/Content.Client/_Wega/Mining/MiningConsoleWindow.xaml @@ -44,6 +44,21 @@ + + + + + +