You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Fastfix
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user