fix download button in files for android
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jul 16, 2024 at 09:30 UTC
40ac6aa636259fe14f675ff1fba9e6aa4d51442c
1 file changed
+1
-1
views/default.handlebars
+1
-1
@@ -11359,7 +11359,7 @@
11359
QE('p13PasteButton', advancedFeatures && ((p13filetreelocation.length > 0) || (winAgent == false)) && ((p13clipboard != null) && (p13clipboard.length > 0)));
11360
QE('p13GoToFolderButton', advancedFeatures);
11361
QE('p13OpenButton', (cc == 1));
11362
- QE('p13DownloadButton', advancedFeatures && (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false)));
11362
+ QE('p13DownloadButton', (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false)));
11363
}
11364
var filesState = ((files != null) && (files.state != 0));
11365
if (((filesState == true) && (files.contype != 2)) || (filesNode.agent == null) || (filesNode.agent.id == 3) || (filesNode.agent.id == 4)) {