Update Sandboxie-Plus.iss

This commit is contained in:
DavidXanatos 2022-11-26 16:42:21 +01:00
parent 78170a0d4b
commit 34e5458387
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ function IsOpenSandMan(): Boolean;
begin
// Return True or False for the value of Check.
if (ExpandConstant('{param:open_agent|0}') = '1') or ((not IsPortable) and (not WizardSilent))) then begin
if (ExpandConstant('{param:open_agent|0}') = '1') or ((not IsPortable) and (not WizardSilent)) then begin
Result := True;
end;
end;