Skip to content

Commit

Permalink
[win] disable hid sends
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Sep 8, 2017
1 parent d2acb95 commit f639570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/QMK Toolbox/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ private void button4_Click(object sender, EventArgs e) {

private void ReportWritten(bool success) {
if (!InvokeRequired) {
button5.Enabled = true;
button6.Enabled = true;
//button5.Enabled = true;
//button6.Enabled = true;
if (success) {
printer.printResponse("Report sent sucessfully\n", MessageType.Info);
} else {
Expand Down

0 comments on commit f639570

Please sign in to comment.