mirror of
https://github.com/SlothDpal/Relaunch-Process.git
synced 2026-02-22 17:27:38 +03:00
Renaming. Disabled settings discord if start work
This commit is contained in:
4
Form1.cs
4
Form1.cs
@@ -337,8 +337,8 @@ namespace Process_Auto_Relaunch
|
||||
|
||||
private void btnShowDiscordSettings_Click(object sender, EventArgs e)
|
||||
{
|
||||
DiscordSettings discordSettings;
|
||||
discordSettings = new DiscordSettings();
|
||||
WebhookSettings discordSettings;
|
||||
discordSettings = new WebhookSettings();
|
||||
discordSettings.ShowDialog(this);
|
||||
discordSettings.Dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user