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:
commit
45d4d2cf2a
2
wtf.go
2
wtf.go
@ -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(),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user