Update logs to mask server address, add share txt file button

This commit is contained in:
advplyr 2025-04-20 10:06:52 -05:00
parent 390388fe83
commit 2000534e37
3 changed files with 78 additions and 16 deletions

View file

@ -31,7 +31,9 @@ class AbsLoggerWeb extends WebPlugin {
}
async getAllLogs() {
return this.logs
return {
value: this.logs
}
}
}