Commit d673cc62 by liulongfei

摇杆触发切换手动是否启初始化

parent f4a9c5e9
......@@ -29,6 +29,12 @@ namespace VIZ.H2V.Module
// 注册到对象池
ApplicationDomainEx.ObjectPoolManager.Add("Navigation3DCheckController", this);
SystemConfig systemConfig = ApplicationDomainEx.LiteDbContext.SystemConfig.FindAll().FirstOrDefault();
if (systemConfig != null)
{
this.IsEnabled = systemConfig.IsWhenNavigationTouchedChangeToManualMode;
}
this.Support = support;
this.taskInfo = new TaskInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment