fix(windows): move event handler to diff PR

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

View file

@ -29,8 +29,6 @@ type
* download process.
*)
function DoDownloadUpdates(SavePath: string; Params: TUpdateCheckResponse): Boolean;
// pseduo code name this something more appropriate
//procedure MyEventHandler(const Message: string; Position: Int64; Total: Int64);
public
@ -102,7 +100,6 @@ var
http.Request.Agent := API_UserAgent;
http.Request.SetURL(url);
//http.OnStatus := myeventhandler;
http.Upload;
if http.Response.StatusCode = 200 then
begin