mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: cloudcmd: add context menu option to toggle file selection (#420)
This commit is contained in:
parent
0f5fe2d4fe
commit
4bc5a7834e
8 changed files with 14 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ function getMenuData(isAuth) {
|
|||
CloudCmd.Upload.show();
|
||||
},
|
||||
'Upload From Cloud': uploadFromCloud,
|
||||
'Toggle File Selection': DOM.toggleSelectedFile,
|
||||
'(Un)Select All': DOM.toggleAllSelectedFiles,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue