upadte ui after shred

This commit is contained in:
Hendrik Schutter 2020-08-30 16:05:22 +02:00
parent 37317def9f
commit 8357332b60
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ void reHDD::ThreadShred()
if (getSelectedDrive() != nullptr)
{
Shred::shredDrive(getSelectedDrive(), &fdShredInformPipe[1]);
ui->updateTUI(&vecDrives, u8SelectedEntry);
}
}