Skip to content

Commit

Permalink
read the checkbox value
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Apr 24, 2021
1 parent 2b48bd5 commit 5030f37
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -539,7 +539,7 @@ end;
function CheckUseLegacyWorkloadConfig():boolean;
begin
if UseLegacyWorkloadConfig then
if WorkloadOptionPage.Values[0] then
result := true
else
result := false;
Expand Down

0 comments on commit 5030f37

Please sign in to comment.