mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
Remove game from list after deletion (#1730)
This commit is contained in:
parent
e5e1aba241
commit
00543fe640
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ public:
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
if (reply == QMessageBox::Yes) {
|
if (reply == QMessageBox::Yes) {
|
||||||
dir.removeRecursively();
|
dir.removeRecursively();
|
||||||
|
widget->removeRow(itemID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue