mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-08 21:08:43 +02:00
Add clear logs, use more menu dialog
This commit is contained in:
@@ -35,6 +35,10 @@ class AbsLoggerWeb extends WebPlugin {
|
||||
value: this.logs
|
||||
}
|
||||
}
|
||||
|
||||
async clearLogs() {
|
||||
this.logs = []
|
||||
}
|
||||
}
|
||||
|
||||
const AbsLogger = registerPlugin('AbsLogger', {
|
||||
|
||||
Reference in New Issue
Block a user