From 40ac6aa636259fe14f675ff1fba9e6aa4d51442c Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 16 Jul 2024 09:30:34 +0100 Subject: [PATCH] fix download button in files for android Signed-off-by: si458 --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 207140f2..74d06b53 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -11359,7 +11359,7 @@ QE('p13PasteButton', advancedFeatures && ((p13filetreelocation.length > 0) || (winAgent == false)) && ((p13clipboard != null) && (p13clipboard.length > 0))); QE('p13GoToFolderButton', advancedFeatures); QE('p13OpenButton', (cc == 1)); - QE('p13DownloadButton', advancedFeatures && (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false))); + QE('p13DownloadButton', (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false))); } var filesState = ((files != null) && (files.state != 0)); if (((filesState == true) && (files.contype != 2)) || (filesNode.agent == null) || (filesNode.agent.id == 3) || (filesNode.agent.id == 4)) {