projects
This commit is contained in:
7
index.js
7
index.js
@@ -150,6 +150,9 @@ instance.prototype.actions = function (system) {
|
||||
stopCurrentTimer: {
|
||||
label: 'Stop Current Timer',
|
||||
},
|
||||
refreshProjects: {
|
||||
label: 'Refresh Project List',
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
@@ -203,6 +206,10 @@ instance.prototype.action = function (action) {
|
||||
self.getCurrentTimer()
|
||||
break
|
||||
}
|
||||
case 'refreshProjects': {
|
||||
self.getWorkspace()
|
||||
break
|
||||
}
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user