added option to disable the running instance check.

This commit is contained in:
Brett Hewitson 2021-12-23 16:33:03 +10:00
parent 31fd479919
commit ec6eb847da
16 changed files with 102 additions and 6 deletions

View file

@ -623,5 +623,8 @@
<Setting Name="ServerCallUrlLast" Type="System.DateTime" Scope="User">
<Value Profile="(Default)">2000-01-01</Value>
</Setting>
<Setting Name="CheckIfServerManagerRunningOnStartup" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>