New feature: Monitor on start (#42)
* Implement monitor on start * finish implementation of monitor on start
This commit is contained in:
parent
d3315c5c65
commit
889825275d
5 changed files with 39 additions and 3 deletions
|
|
@ -56,5 +56,8 @@
|
|||
<Setting Name="NativeNotifyTimeout" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">8000</Value>
|
||||
</Setting>
|
||||
<Setting Name="StartMonitor" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Loading…
Reference in a new issue