Skip to content

Commit

Permalink
Disable button overclick
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimal233 committed Feb 9, 2021
1 parent e45102a commit ee1690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ private void button1_Click(object sender, EventArgs e)
if (MessageBox.Show(Language.lang_forcewin7, Language.lang_title, MessageBoxButtons.OKCancel,
MessageBoxIcon.Question) != DialogResult.OK)
return;

button1.Enabled = false;
try
{
File.Create(WriteToTemp.tmpPath + "\\..\\forcewin7");
Expand Down

0 comments on commit ee1690f

Please sign in to comment.