Remove + icons from folders in the trash

This commit is contained in:
yflory 2018-01-18 11:06:47 +01:00
parent 51b4d269be
commit e791add4ec
1 changed files with 1 additions and 1 deletions

View File

@ -2280,7 +2280,7 @@ define([
$element.appendTo($list);
});
createGhostIcon($list);
if (!inTrash) { createGhostIcon($list); }
}
$content.append($info).append($dirContent);