1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-08-24 23:06:02 +00:00

menu mess

This commit is contained in:
2023-05-27 21:18:47 +02:00
parent ab1891be27
commit f18eea7915
7 changed files with 110 additions and 52 deletions

View File

@ -98,6 +98,10 @@ export function RenameCollection(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['RenameCollection'](arg1, arg2, arg3, arg4);
}
export function ReportSharedStateVariable(arg1, arg2) {
return window['go']['app']['App']['ReportSharedStateVariable'](arg1, arg2);
}
export function SaveQuery(arg1) {
return window['go']['app']['App']['SaveQuery'](arg1);
}