From 4fcc23eb4077dd9b2e50de89f8b2d339df4d84e1 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 20 Apr 2021 12:28:58 +1000 Subject: [PATCH] Update initprog.pas --- windows/src/desktop/kmshell/main/initprog.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/src/desktop/kmshell/main/initprog.pas b/windows/src/desktop/kmshell/main/initprog.pas index 7df17dbbbd..1b9f4cc9d4 100644 --- a/windows/src/desktop/kmshell/main/initprog.pas +++ b/windows/src/desktop/kmshell/main/initprog.pas @@ -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; *)