1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 14:14:05 +00:00
This commit is contained in:
2023-01-20 16:27:51 +01:00
parent 6c77941ae9
commit 544f7d6d8b
6 changed files with 67 additions and 11 deletions

View File

@ -34,6 +34,10 @@ export function InsertItems(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['InsertItems'](arg1, arg2, arg3, arg4);
}
export function Menu() {
return window['go']['app']['App']['Menu']();
}
export function OpenCollection(arg1, arg2, arg3) {
return window['go']['app']['App']['OpenCollection'](arg1, arg2, arg3);
}