From 2630931eee0fb92bc45b88033e2835e44e418692 Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 9 Jul 2024 17:41:17 +0100 Subject: [PATCH] dont allow go to folder button 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 bcb1ea33..c04bcddb 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -11354,7 +11354,7 @@ QE('p13ZipButton', advancedFeatures && (cc > 0) && ((p13filetreelocation.length > 0) || (winAgent == false))); QE('p13UnzipButton', advancedFeatures && (cc == 1) && (sfc == 1) && ((p13filetreelocation.length > 0) || (winAgent == false)) && p13getFileSelAllowedExt('.zip')); QE('p13PasteButton', advancedFeatures && ((p13filetreelocation.length > 0) || (winAgent == false)) && ((p13clipboard != null) && (p13clipboard.length > 0))); - QE('p13GoToFolderButton', true); + QE('p13GoToFolderButton', advancedFeatures); QE('p13OpenButton', (cc == 1)); QE('p13DownloadButton', advancedFeatures && (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false))); }