Remove game from list after deletion

This commit is contained in:
DanielSvoboda 2024-12-10 10:26:30 -03:00
parent bf41ab6c40
commit 5400fba312

View File

@ -360,6 +360,7 @@ public:
QMessageBox::Yes | QMessageBox::No);
if (reply == QMessageBox::Yes) {
dir.removeRecursively();
widget->removeRow(itemID);
}
}
}