From ffe6af508e792f52aa2ad1279ea61e84d3330661 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 10 Mar 2024 03:56:23 -0700 Subject: [PATCH] disable this for now --- VortexEditor/VortexEditor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VortexEditor/VortexEditor.cpp b/VortexEditor/VortexEditor.cpp index 16281be..d88ed05 100644 --- a/VortexEditor/VortexEditor.cpp +++ b/VortexEditor/VortexEditor.cpp @@ -1140,6 +1140,7 @@ void VortexEditor::transmitIR(VWindow *window) void VortexEditor::receiveVL(VWindow *window) { +#if 0 VortexPort *port = nullptr; if (!isConnected() || !getCurPort(&port)) { return; @@ -1174,6 +1175,7 @@ void VortexEditor::receiveVL(VWindow *window) m_modeListBox.setSelection(m_vortex.numModes() - 1); m_ledsMultiListBox.setSelection(0); refreshLedList(); +#endif } void VortexEditor::selectMode(VWindow *window)