Small Improvements

- update UI on delete all
- fix license
This commit is contained in:
cv
2021-06-14 15:05:08 +02:00
parent 4d7a26a66d
commit 55f897b0bd
6 changed files with 21 additions and 9 deletions
+3
View File
@@ -487,6 +487,9 @@ export class EventTimer extends Timer {
// set general
this._eventlist = [];
this.numEvents = 0;
// broadcast change
this.broadcastState();
}
setupWithEventList(eventlist) {