Skip to content

Commit

Permalink
remove textFields from imageFields
Browse files Browse the repository at this point in the history
  • Loading branch information
iCollin committed Jul 23, 2021
1 parent d7ccf07 commit eb363bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/Controllers/DisplayCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,7 @@ let capabilities = {
imageField("graphic", 480),
imageField("secondaryGraphic", 480),
imageField("alertIcon", 225),
imageField("subtleAlertIcon", 225),
textField("audioPassThruDisplayText1", 50),
textField("audioPassThruDisplayText2", 50)
imageField("subtleAlertIcon", 225)
],
"mediaClockFormats": [],
"graphicSupported": true,
Expand Down

0 comments on commit eb363bd

Please sign in to comment.