fix: added missing return
Dieser Commit ist enthalten in:
Ursprung
7f7345bacb
Commit
bb840ac33b
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren