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

First commit in a long time

This commit is contained in:
2023-05-26 17:21:39 +02:00
parent b15fde11db
commit a84b1498a3
17 changed files with 321 additions and 87 deletions

View File

@ -66,6 +66,10 @@ export function PerformDump(arg1) {
return window['go']['app']['App']['PerformDump'](arg1);
}
export function PerformFindExport(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['PerformFindExport'](arg1, arg2, arg3, arg4);
}
export function PurgeLogDirectory() {
return window['go']['app']['App']['PurgeLogDirectory']();
}