diff --git a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas index b43b742aa3..c50ecf14db 100644 --- a/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas +++ b/windows/src/desktop/kmshell/main/Keyman.System.UpdateStateMachine.pas @@ -774,9 +774,7 @@ end; procedure UpdateAvailableState.HandleInstallNow; begin bucStateContext.SetApplyNow(True); - //ChangeState(DownloadingState); - // we will use a new kmshell process to enable - // the download as background process. + // A new kmshell process will be used to download StartDownloadProcess; end;