feat: implement file transfer functionality with multi-select, sorting, and directory traversal support
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function ClearTransfers() {
|
||||
return window['go']['main']['App']['ClearTransfers']();
|
||||
}
|
||||
|
||||
export function Delete(arg1, arg2) {
|
||||
return window['go']['main']['App']['Delete'](arg1, arg2);
|
||||
}
|
||||
@@ -49,3 +53,7 @@ export function Rename(arg1, arg2, arg3) {
|
||||
export function SaveConnection(arg1, arg2) {
|
||||
return window['go']['main']['App']['SaveConnection'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function TransferItems(arg1, arg2, arg3, arg4) {
|
||||
return window['go']['main']['App']['TransferItems'](arg1, arg2, arg3, arg4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user