downloadList is now in listnavigator
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user