feat: add text and url inbox capture
This commit is contained in:
@@ -82,6 +82,14 @@ export function ListInboxNodes() {
|
||||
return window['go']['main']['App']['ListInboxNodes']();
|
||||
}
|
||||
|
||||
export function CaptureText(arg1) {
|
||||
return window['go']['main']['App']['CaptureText'](arg1);
|
||||
}
|
||||
|
||||
export function CaptureURL(arg1, arg2) {
|
||||
return window['go']['main']['App']['CaptureURL'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function ListTrash() {
|
||||
return window['go']['main']['App']['ListTrash']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user