diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-07-22 11:42:53 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-07-22 11:42:53 +0300 |
| commit | 113832773ac52b5d2f9a7472bbd77b99c8e99c2b (patch) | |
| tree | 8634fc38b1bbcb56fe91a72da6817a63b6cae061 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels | |
| parent | 592e166b7e577c91dbb711091e852e12d514683d (diff) | |
| download | Tango-113832773ac52b5d2f9a7472bbd77b99c8e99c2b.tar.gz Tango-113832773ac52b5d2f9a7472bbd77b99c8e99c2b.zip | |
Skip head type check on emulator.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MainViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MainViewVM.cs index 9074bcd4c..0ae50defa 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MainViewVM.cs @@ -264,7 +264,7 @@ namespace Tango.PPC.UI.ViewModels { NotificationProvider.PopNotification(_headTypeNotification); - if (MachineProvider.MachineOperator.DeviceInformation != null) + if (MachineProvider.MachineOperator.DeviceInformation != null && !MachineProvider.Machine.IsDemo) { if (MachineProvider.Machine.HeadType != (int)MachineProvider.MachineOperator.DeviceInformation.HeadType) { |
