diff --git a/client/src/widget/decoderlistwidget.cpp b/client/src/widget/decoderlistwidget.cpp index e0fdcde0..c285078e 100644 --- a/client/src/widget/decoderlistwidget.cpp +++ b/client/src/widget/decoderlistwidget.cpp @@ -45,6 +45,7 @@ void DecoderListWidget::objectDoubleClicked(const QString& id) if(auto* p = w->getProperty("edit"); p && !p->toBool()) { MainWindow::instance->showObject(id, "", SubWindowType::Throttle); + return; } } }