Main Window Changes

- added discord button
- reorganised the buttons
This commit is contained in:
Brett Hewitson 2022-06-18 22:10:39 +10:00
parent 738332dca2
commit a2d5c92c00
22 changed files with 202 additions and 79 deletions

View file

@ -3243,5 +3243,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"]));
}
}
}
}