1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
This commit is contained in:
Anton Titovets
2025-05-22 14:06:45 +03:00
parent 3f25cd7fb5
commit 9dfd78f286
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ begin
AddonCheckBox.Caption := 'Install Melezh';
AddonCheckBox.Checked := True;
if ShouldInstallAddon then
if ShouldInstallAddon() then
begin
ExtractTemporaryFile('melezh.bmp'); // Явно извлекаем файл
with TBitmapImage.Create(WizardForm) do
+1 -1
View File
@@ -123,7 +123,7 @@ begin
AddonCheckBox.Caption := 'Установить Melezh';
AddonCheckBox.Checked := True;
if ShouldInstallAddon then
if ShouldInstallAddon() then
begin
ExtractTemporaryFile('melezh.bmp'); // Явно извлекаем файл
with TBitmapImage.Create(WizardForm) do