Re-add enable/disable behaviour to background input config checkboxes

erroneously removed in 74ba28146 CBB linking the whole commit and revert history
This commit is contained in:
YoshiRulz 2021-03-05 03:08:57 +10:00
parent c28de357a2
commit 3fb35b1599
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@
this.AcceptBackgroundInputCheckbox.TabIndex = 23;
this.AcceptBackgroundInputCheckbox.Text = "Accept background input";
this.AcceptBackgroundInputCheckbox.UseVisualStyleBackColor = true;
this.AcceptBackgroundInputCheckbox.CheckedChanged += new System.EventHandler(this.AcceptBackgroundInputCheckbox_CheckedChanged);
//
// AcceptBackgroundInputControllerOnlyCheckBox
//