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

Merge pull request #163 from jeangovil/fix-cryptolive-flashing

fixed cryptolive flashing
This commit is contained in:
Chris Cummer
2018-06-05 08:59:12 -07:00
committed by GitHub

2
wtf.go
View File

@@ -186,7 +186,6 @@ func makeWidgets(app *tview.Application, pages *tview.Pages) {
bamboohr.NewWidget(),
clocks.NewWidget(),
cmdrunner.NewWidget(),
cryptolive.NewWidget(),
gcal.NewWidget(),
git.NewWidget(app, pages),
github.NewWidget(app, pages),
@@ -203,7 +202,6 @@ func makeWidgets(app *tview.Application, pages *tview.Pages) {
todo.NewWidget(app, pages),
weather.NewWidget(app, pages),
cryptolive.NewWidget(),
prettyweather.NewWidget(),
bittrex.NewWidget(),
}