mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ void DownloadFromDCWidget::on_ok_clicked()
|
|||
|
||||
if (ostcFirmwareCheck && currentState == DONE)
|
||||
ostcFirmwareCheck->checkLatest(this, &data);
|
||||
accept();
|
||||
}
|
||||
|
||||
void DownloadFromDCWidget::markChildrenAsDisabled()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue