From f4b9ecf9abf8290604d805e68814cbe8591cb622 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 21 Jan 2020 21:42:11 +0100 Subject: [PATCH] downloadList is now in listnavigator --- res/include/script/file_viewer/Viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/include/script/file_viewer/Viewer.js b/res/include/script/file_viewer/Viewer.js index c589faa..651c2f4 100644 --- a/res/include/script/file_viewer/Viewer.js +++ b/res/include/script/file_viewer/Viewer.js @@ -179,7 +179,7 @@ class Viewer { break; case 83: if (evt.shiftKey) { - v.toolbar.downloadList(); // SHIFT + S downloads all files in list + v.listNavigator.downloadList(); // SHIFT + S downloads all files in list } else { v.toolbar.download(); // S to download the current file }