aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-31 18:01:25 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-31 18:01:25 +0200
commit3415150ae12893d4f08d1afde512624755996095 (patch)
treef40cfea549bd10ee28476e7d4e1dfd6f1d9c064c /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common
parent413d16064a1cf2975c13aad728d6ed87294bf35e (diff)
downloadTango-3415150ae12893d4f08d1afde512624755996095.tar.gz
Tango-3415150ae12893d4f08d1afde512624755996095.zip
Implemented ActionTimer.
Fixed some issue with machine designer and dispenser module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs
index 5674d00fc..cbaeb9d2e 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/MachineStudioSettings.cs
@@ -118,7 +118,7 @@ namespace Tango.MachineStudio.Common
LoggingCategories = new List<LogCategory>();
DefaultIssueReportTags = new List<string>();
StudioModulesBounds = new List<StudioModuleBounds>();
- Environment = WorkingEnvironment.Local;
+ Environment = WorkingEnvironment.Remote;
DeploymentSlot = DeploymentSlots.Development;
}
}