Merge pull request #1331 from TheKodeToad/hungry-trash
Fix updating trashing resources
This commit is contained in:
commit
640aaa8c23
7 changed files with 11 additions and 15 deletions
|
@ -157,7 +157,7 @@ bool ResourceFolderModel::uninstallResource(QString file_name)
|
|||
{
|
||||
for (auto& resource : m_resources) {
|
||||
if (resource->fileinfo().fileName() == file_name) {
|
||||
auto res = resource->destroy();
|
||||
auto res = resource->destroy(false);
|
||||
|
||||
update();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue