diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-19 17:13:32 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-01-19 17:13:32 +0200 |
| commit | dc01eecbfd2f47f739e4ffd8a2a56f3047c66322 (patch) | |
| tree | da10ea5a9477fe0992950308b32880b67aa0ad4f /Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels | |
| parent | 039c12022e8beadd8961d62c78d6b1974d85526f (diff) | |
| download | Tango-dc01eecbfd2f47f739e4ffd8a2a56f3047c66322.tar.gz Tango-dc01eecbfd2f47f739e4ffd8a2a56f3047c66322.zip | |
X1 Startup
Diffstat (limited to 'Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs index cec9551f0..a45f65a54 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs @@ -436,7 +436,7 @@ namespace Tango.FSE.Statistics.ViewModels stop.ThreadName = rmlName; stop.IsAdvancedMode = !BuildProvider.IsTwineRSM && CurrentUser.HasRole(Roles.FSEAdvancedTechnician); stop.FineTuningModel = fineTuningModel; - stop.IsEureka = MachineProvider.MachineOperator.MachineType == MachineTypes.Eureka; + stop.MachineType = MachineProvider.MachineOperator.MachineType; if (fineTuningModel != null) { |
