From e791add4ecf1a76417be893f1f5b06f9fccf5de9 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 18 Jan 2018 11:06:47 +0100 Subject: [PATCH] Remove + icons from folders in the trash --- www/drive/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/drive/inner.js b/www/drive/inner.js index dfc330420..aaf26245c 100644 --- a/www/drive/inner.js +++ b/www/drive/inner.js @@ -2280,7 +2280,7 @@ define([ $element.appendTo($list); }); - createGhostIcon($list); + if (!inTrash) { createGhostIcon($list); } } $content.append($info).append($dirContent);