mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Added new option to start the server windows minimzed.
This commit is contained in:
parent
7c1ab95d58
commit
d2ce321273
16 changed files with 108 additions and 8 deletions
|
|
@ -1085,6 +1085,11 @@ namespace ServerManagerTool.Lib
|
|||
commandArgs.Append("start");
|
||||
commandArgs.Append($" \"{this.ProfileName}\"");
|
||||
|
||||
if (Config.Default.ServerStartMinimized)
|
||||
{
|
||||
commandArgs.Append($" /min");
|
||||
}
|
||||
|
||||
commandArgs.Append($" /{ProcessPriority}");
|
||||
if (ProcessAffinity > 0 && ProcessUtils.IsProcessorAffinityValid(ProcessAffinity))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue