feature: cloudcmd: add context menu option to toggle file selection (#420)

This commit is contained in:
Hagay Goshen 2024-10-26 14:27:35 +03:00 committed by coderiaser
parent 0f5fe2d4fe
commit 4bc5a7834e
8 changed files with 14 additions and 0 deletions

View file

@ -126,6 +126,7 @@ function getMenuData(isAuth) {
CloudCmd.Upload.show();
},
'Upload From Cloud': uploadFromCloud,
'Toggle File Selection': DOM.toggleSelectedFile,
'(Un)Select All': DOM.toggleAllSelectedFiles,
};