mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 11:42:12 +08:00
Revert r2211 to fix issue #1005: Update mechanism doesn't restart application
This commit is contained in:
@ -1483,8 +1483,7 @@ begin
|
||||
frm := TfrmUpdateCheck.Create(Self);
|
||||
frm.AutoClose := True;
|
||||
frm.CheckForBuildsInAutoMode := GetRegValue(REGNAME_DO_UPDATECHECK_BUILDS, DEFAULT_DO_UPDATECHECK_BUILDS);
|
||||
if frm.ShowModal = mrOK then
|
||||
Close;
|
||||
frm.ShowModal;
|
||||
FreeAndNil(frm);
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user