mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-08-24 14:56:01 +00:00
Improvememts to export tool and logging
This commit is contained in:
2
frontend/wailsjs/go/models.ts
generated
2
frontend/wailsjs/go/models.ts
generated
@ -9,6 +9,7 @@ export namespace app {
|
||||
homeDirectory: string;
|
||||
dataDirectory: string;
|
||||
logDirectory: string;
|
||||
downloadDirectory: string;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new EnvironmentInfo(source);
|
||||
@ -24,6 +25,7 @@ export namespace app {
|
||||
this.homeDirectory = source["homeDirectory"];
|
||||
this.dataDirectory = source["dataDirectory"];
|
||||
this.logDirectory = source["logDirectory"];
|
||||
this.downloadDirectory = source["downloadDirectory"];
|
||||
}
|
||||
}
|
||||
export class QueryResult {
|
||||
|
Reference in New Issue
Block a user