mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Main Window Changes
- added discord button - reorganised the buttons
This commit is contained in:
parent
738332dca2
commit
a2d5c92c00
22 changed files with 202 additions and 79 deletions
9
src/ConanServerManager/Config.Designer.cs
generated
9
src/ConanServerManager/Config.Designer.cs
generated
|
|
@ -2426,5 +2426,14 @@ namespace ServerManagerTool {
|
|||
this["AutoStart_TaskPriority"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://discord.gg/cJdHJSG")]
|
||||
public string DiscordUrl {
|
||||
get {
|
||||
return ((string)(this["DiscordUrl"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue