1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00

Update ru.iss

This commit is contained in:
Anton Titovets
2025-05-22 14:23:09 +03:00
parent a57a04bad5
commit 0ec6c8d626
+1 -16
View File
@@ -110,7 +110,7 @@ begin
// Картинка справа
ExtractTemporaryFile('melezh.bmp');
with TBitmapImage.Create(WizardForm) do
begin
Parent := AddonTaskPage.Surface;
@@ -139,21 +139,6 @@ begin
AddonCheckBox.Width := 300;
AddonCheckBox.Caption := 'Установить Melezh';
AddonCheckBox.Checked := True;
if ShouldInstallAddon then
begin
ExtractTemporaryFile('melezh.bmp'); // Явно извлекаем файл
with TBitmapImage.Create(WizardForm) do
begin
Parent := AddonTaskPage.Surface;
Left := WizardForm.Width - 165;
Top := 35;
Width := 175;
Height := 200;
Stretch := True;
Bitmap.LoadFromFile(ExpandConstant('{tmp}\melezh.bmp'));
end;
end;
end;