fix: open inbox artifacts by type
This commit is contained in:
@@ -158,6 +158,10 @@ export function OpenLink(arg1) {
|
||||
return window['go']['main']['App']['OpenLink'](arg1);
|
||||
}
|
||||
|
||||
export function OpenURL(arg1) {
|
||||
return window['go']['main']['App']['OpenURL'](arg1);
|
||||
}
|
||||
|
||||
export function ListTrash() {
|
||||
return window['go']['main']['App']['ListTrash']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user