downloadList is now in listnavigator

This commit is contained in:
2020-01-21 21:42:11 +01:00
parent c9a3c5ad78
commit f4b9ecf9ab

View File

@@ -179,7 +179,7 @@ class Viewer {
break; break;
case 83: case 83:
if (evt.shiftKey) { if (evt.shiftKey) {
v.toolbar.downloadList(); // SHIFT + S downloads all files in list v.listNavigator.downloadList(); // SHIFT + S downloads all files in list
} else { } else {
v.toolbar.download(); // S to download the current file v.toolbar.download(); // S to download the current file
} }