diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutScene.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutScene.cpp index e830e8db..0c90e337 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutScene.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutScene.cpp @@ -404,11 +404,6 @@ namespace Widgets::PinoutWidgets } ); - QObject::connect(setPadStateTask.get(), &InsightWorkerTask::finished, this, [this] { - this->setDisabled(false); - }); - - this->setDisabled(true); InsightWorker::queueTask(setPadStateTask); } }