diff --git a/source/backend/plugin/DssiPlugin.cpp b/source/backend/plugin/DssiPlugin.cpp index 5d3569782..25e4be322 100644 --- a/source/backend/plugin/DssiPlugin.cpp +++ b/source/backend/plugin/DssiPlugin.cpp @@ -1868,12 +1868,12 @@ public: void updateOscURL() override { - // DSSI does not support this, hide and reshow UI if instead + // DSSI does not support this if (! pData->osc.thread.isThreadRunning()) return; showCustomUI(false); - showCustomUI(true); + //showCustomUI(true); } // -------------------------------------------------------------------