From dbae9c048fa0cd67c2e1161e5b6b693f87064154 Mon Sep 17 00:00:00 2001
From: wells.liu <wells.liu@broconcentric.com>
Date: 星期三, 01 七月 2020 17:53:15 +0800
Subject: [PATCH] Merge branch 'master' of http://gitblit.broconcentric.com:8088/r/M071

---
 src/Bro.Device.Gocator/GocatorConfig.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Bro.Device.Gocator/GocatorConfig.cs b/src/Bro.Device.Gocator/GocatorConfig.cs
index b6d73ac..bc3053d 100644
--- a/src/Bro.Device.Gocator/GocatorConfig.cs
+++ b/src/Bro.Device.Gocator/GocatorConfig.cs
@@ -24,6 +24,7 @@
         [Category("璁$畻璁剧疆")]
         [Description("true锛氳绠楁椂浣跨敤鍔犻�熷櫒锛宖alse锛氫笉浣跨敤鍔犻�熷櫒")]
         [DefaultValue(false)]
+        [Browsable(false)]
         public bool IsUseAccelerator { get; set; } = false;
 
         [Category("鎷嶆憚璁剧疆")]
@@ -37,10 +38,10 @@
         [DefaultValue(1000)]
         public int SnapshotTimeout { get; set; } = 1000;
 
-        //[Category("閲囧浘妯″紡")]
-        //[Description("鏄惁纭Е鍙戞ā寮忋�倀rue锛氱‖瑙﹀彂锛沠alse锛氳蒋瑙﹀彂")]
-        //[DisplayName("纭Е鍙�")]
-        //public bool IsHardwareTrigger { get; set; } = false;
+        [Category("閲囧浘妯″紡")]
+        [Description("寮傛閲囧浘鏃讹紝鏄惁纭Е鍙戞ā寮忋�倀rue锛氱‖瑙﹀彂锛沠alse锛氳蒋瑙﹀彂")]
+        [DisplayName("纭Е鍙�")]
+        public bool IsHardwareTrigger { get; set; } = false;
 
         [Category("閲囧浘妯″紡")]
         [Description("true锛氬紓姝�/琚姩閲囧浘妯″紡  false锛氬悓姝�/涓诲姩閲囧浘妯″紡")]

--
Gitblit v1.8.0