From e1093c1c3be6e9a5aaf09711e6966cc3d7fe3b6a Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 23 Jul 2024 09:23:14 +0000 Subject: [PATCH] oophs .. missed one --- js/canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/canvas.js b/js/canvas.js index dbf3eb51..78eaebbf 100644 --- a/js/canvas.js +++ b/js/canvas.js @@ -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 }