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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user