We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9233363 commit e5cc9b2Copy full SHA for e5cc9b2
PolsatLauncher-beta/Form1.cs
@@ -355,7 +355,9 @@ private async void button2_Click(object sender, EventArgs e)
355
textBox1.Enabled = false;
356
TextToLog("Success login: " + session.Username);
357
tabControl1.SelectedTab.ToolTipText = session.Username;
358
- UpdateDiscordRichPresence();
+ if (checkBox3.Checked) {
359
+ UpdateDiscordRichPresence();
360
+ }
361
button1.Enabled = true;
362
}
363
catch (Exception ex)
0 commit comments