1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge in Gitlab module

This commit is contained in:
Chris Cummer
2018-06-13 02:17:57 -07:00
parent 696c8adcb7
commit 60e6dc2f83
2 changed files with 4 additions and 8 deletions

View File

@@ -66,10 +66,6 @@ func NewWidget(app *tview.Application, pages *tview.Pages) *Widget {
/* -------------------- Exported Functions -------------------- */
func (widget *Widget) Refresh() {
if widget.Disabled() {
return
}
for _, project := range widget.GitlabProjects {
project.Refresh()
}