diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 14:53:06 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 14:53:06 +0200 |
| commit | 2d4d1733108689ebf2fc8ae2fa6fd73d649e3ae7 (patch) | |
| tree | 749a6be338b0caae95f6ed54b59361cf5e2c0acb /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels | |
| parent | 0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7 (diff) | |
| download | Tango-2d4d1733108689ebf2fc8ae2fa6fd73d649e3ae7.tar.gz Tango-2d4d1733108689ebf2fc8ae2fa6fd73d649e3ae7.zip | |
Added Machine BTSR_INSTALLED
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs index de7467e91..bbd36fa3f 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs @@ -1074,8 +1074,10 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels configuration.IdsPacks.Add(pack); } - IsGen1Machine = false; ActiveMachine.LightInksInstalled = true; + ActiveMachine.BtsrInstalled = true; + + IsGen1Machine = false; _notification.ShowInfo("Machine configuration successfully upgraded to GEN 2."); } |
