mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
added option to disable the running instance check.
This commit is contained in:
parent
31fd479919
commit
ec6eb847da
16 changed files with 102 additions and 6 deletions
12
src/ConanServerManager/Config.Designer.cs
generated
12
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -2261,5 +2261,17 @@ namespace ServerManagerTool {
|
|||
this["ServerCallUrlLast"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool CheckIfServerManagerRunningOnStartup {
|
||||
get {
|
||||
return ((bool)(this["CheckIfServerManagerRunningOnStartup"]));
|
||||
}
|
||||
set {
|
||||
this["CheckIfServerManagerRunningOnStartup"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue