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

Loose JSON parsing. Many UI improvements.

This commit is contained in:
2023-02-19 17:26:32 +01:00
parent 7ac1587c95
commit 78540622ee
25 changed files with 211 additions and 130 deletions

View File

@ -74,6 +74,10 @@ export function PerformExport(arg1) {
return window['go']['app']['App']['PerformExport'](arg1);
}
export function PurgeLogDirectory() {
return window['go']['app']['App']['PurgeLogDirectory']();
}
export function RemoveHost(arg1) {
return window['go']['app']['App']['RemoveHost'](arg1);
}