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

Fixes a crashing bug in the Twitter widget

This commit is contained in:
Chris Cummer 2018-10-02 12:50:54 -07:00
parent eb7da5131e
commit a993b88ccf

View File

@ -41,6 +41,8 @@ func NewWidget(app *tview.Application, pages *tview.Pages) *Widget {
idx: 0,
}
widget.HelpfulWidget.SetView(widget.View)
widget.LoadSources()
widget.SetDisplayFunction(widget.display)