Dive d/l selection UI: close the dialog when done
This is where we need to call accept() Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cb6f04f16c
commit
847289605b
@ -427,6 +427,7 @@ void DownloadFromDCWidget::on_ok_clicked()
|
||||
|
||||
if (ostcFirmwareCheck && currentState == DONE)
|
||||
ostcFirmwareCheck->checkLatest(this, &data);
|
||||
accept();
|
||||
}
|
||||
|
||||
void DownloadFromDCWidget::markChildrenAsDisabled()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user