build/windows: Fix bezel being shown on Installer's Preparing page

This commit is contained in:
Bruno Lopes 2025-05-24 11:21:20 -03:00
parent 8168142c0c
commit 073adebd0a
No known key found for this signature in database

View file

@ -1166,6 +1166,10 @@ end;
//7.1 BEFORE INSTALL
procedure PreparingFaceLift();
begin
WizardForm.Bevel.Visible := False;
end;
//Create restore point
procedure RestorePoint();
@ -1844,6 +1848,8 @@ begin
SelectComponentsFaceLift();
wpReady:
ReadyFaceLift();
wpPreparing:
PreparingFaceLift();
wpInstalling:
InstallingFaceLift();
end;