Added new option to start the server windows minimzed.

This commit is contained in:
Brett Hewitson 2022-01-14 17:44:34 +10:00
parent 7c1ab95d58
commit d2ce321273
16 changed files with 108 additions and 8 deletions

View file

@ -626,5 +626,8 @@
<Setting Name="CheckIfServerManagerRunningOnStartup" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ServerStartMinimized" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>