fix(windows): remove dead code

This commit is contained in:
rc-swag 2026-01-08 17:19:34 +10:00
parent 0bbda82a0a
commit 9c7b1a6ae6

View file

@ -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;