Update initprog.pas

This commit is contained in:
Marc Durdin 2021-04-20 12:28:58 +10:00 committed by GitHub
parent 7915429cf6
commit 4fcc23eb40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -358,7 +358,7 @@ begin
if MessageDlg('Some keyboard profiles have been damaged. Correct these now?', mtConfirmation, mbOkCancel, 0) = mrOk then
begin
WaitForElevatedConfiguration(0, '-repair', True);
TKeyboardTIPCheck.ReEnablePostRepair;
// TKeyboardTIPCheck.ReEnablePostRepair; //possible future mitigation idea, see #4893.
end;
end;
*)