mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +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
12
src/ConanServerManager/Config.Designer.cs
generated
12
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -2273,5 +2273,17 @@ namespace ServerManagerTool {
|
|||
this["CheckIfServerManagerRunningOnStartup"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool ServerStartMinimized {
|
||||
get {
|
||||
return ((bool)(this["ServerStartMinimized"]));
|
||||
}
|
||||
set {
|
||||
this["ServerStartMinimized"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue