keep migrating to vuetify

This commit is contained in:
les
2021-01-11 00:17:56 +01:00
parent 539c0fa933
commit 3abb39f62b
24 changed files with 1382 additions and 1389 deletions

View File

@@ -41,7 +41,6 @@ class Task {
class TaskManager {
constructor () {
this.interval = 60 * 1000
this.tasks = []
}
@@ -90,7 +89,7 @@ const TS = new TaskManager()
TS.add(new Task({
name: 'RECURRENT_EVENT',
method: eventController._createRecurrent,
repeatEach: 10 // check each 10 minutes
repeatEach: 1 // check each 10 minutes
}))
// daily morning notification