From 8a494071b1de845fb626c559525fed680705d4e6 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 24 Oct 2024 22:59:29 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20send=20display=20normal=20on=20?= =?UTF-8?q?input=20change.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/novastar.qplug | 1 - 1 file changed, 1 deletion(-) diff --git a/content/novastar.qplug b/content/novastar.qplug index 3d190d4..e42b8fa 100644 --- a/content/novastar.qplug +++ b/content/novastar.qplug @@ -1270,7 +1270,6 @@ if (Controls) then if (v ~= nil and #v > 1) then print("value is not nill and length greater than 1") Controls['IN'..k].EventHandler = function() - sendCommand(NovaStar.Commands.DisplayNormal[Properties['Model'].Value]) sendCommand(v) end else