Skip to content

Commit

Permalink
Bug fix in SCAP Options Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlimitedPugWorks committed Oct 10, 2024
1 parent a13928a commit 7572395
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ PageDefinitionsSignSettingsForm {
if (controler.getSCAPOptions() != 0){
controler.setSCAPOptions(propertyCheckboxSCAP.checked + 1)
}
else{
controler.setSCAPOptions(2)
}
}
}

Expand Down

0 comments on commit 7572395

Please sign in to comment.