feat: capture files and images in inbox
This commit is contained in:
@@ -90,6 +90,14 @@ export function CaptureURL(arg1, arg2) {
|
||||
return window['go']['main']['App']['CaptureURL'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function CapturePath(arg1) {
|
||||
return window['go']['main']['App']['CapturePath'](arg1);
|
||||
}
|
||||
|
||||
export function CaptureFileData(arg1, arg2) {
|
||||
return window['go']['main']['App']['CaptureFileData'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function ListTrash() {
|
||||
return window['go']['main']['App']['ListTrash']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user