Add clear logs, use more menu dialog

This commit is contained in:
advplyr 2025-04-20 10:32:52 -05:00
parent 2000534e37
commit 74758c7762
5 changed files with 71 additions and 15 deletions

View file

@ -35,6 +35,10 @@ class AbsLoggerWeb extends WebPlugin {
value: this.logs
}
}
async clearLogs() {
this.logs = []
}
}
const AbsLogger = registerPlugin('AbsLogger', {