fix: added missing return

Dieser Commit ist enthalten in:
Reinder Feenstra 2021-08-18 23:53:42 +02:00
Ursprung 7f7345bacb
Commit bb840ac33b

Datei anzeigen

@ -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;
}
}
}