Skip to content

Commit

Permalink
oophs .. missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Jul 23, 2024
1 parent 3c1031e commit e1093c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ const outputCanvas = () => new Promise(resolve => {
notation = check_canvas_get(name, 2) ? rfp_green : rfp_red
}
rfpvalue = notation == rfp_green ? ' | RFP' : ''
if ('getImageData' == name) {
if ('ge' == key) {
stats = isCanvasGet
data += ' | '+ isCanvasGetChannels
}
Expand Down

0 comments on commit e1093c1

Please sign in to comment.