1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 14:14:05 +00:00

Truncate collections

This commit is contained in:
2023-01-23 13:35:31 +01:00
parent c76e5c9503
commit b35222f86b
4 changed files with 54 additions and 5 deletions

View File

@ -74,6 +74,10 @@ export function Settings() {
return window['go']['app']['App']['Settings']();
}
export function TruncateCollection(arg1, arg2, arg3) {
return window['go']['app']['App']['TruncateCollection'](arg1, arg2, arg3);
}
export function UpdateHost(arg1, arg2) {
return window['go']['app']['App']['UpdateHost'](arg1, arg2);
}