dont allow go to folder button for android
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jul 9, 2024 at 17:41 UTC
2630931eee0fb92bc45b88033e2835e44e418692
1 file changed
+1
-1
views/default.handlebars
+1
-1
@@ -11354,7 +11354,7 @@
11354
QE('p13ZipButton', advancedFeatures && (cc > 0) && ((p13filetreelocation.length > 0) || (winAgent == false)));
11355
QE('p13UnzipButton', advancedFeatures && (cc == 1) && (sfc == 1) && ((p13filetreelocation.length > 0) || (winAgent == false)) && p13getFileSelAllowedExt('.zip'));
11356
QE('p13PasteButton', advancedFeatures && ((p13filetreelocation.length > 0) || (winAgent == false)) && ((p13clipboard != null) && (p13clipboard.length > 0)));
11357
- QE('p13GoToFolderButton', true);
11357
+ QE('p13GoToFolderButton', advancedFeatures);
11358
QE('p13OpenButton', (cc == 1));
11359
QE('p13DownloadButton', advancedFeatures && (cc > 0) && (cc == sfc) && ((p13filetreelocation.length > 0) || (winAgent == false)));
11360
}