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:
parent
eb7da5131e
commit
a993b88ccf
@ -41,6 +41,8 @@ func NewWidget(app *tview.Application, pages *tview.Pages) *Widget {
|
|||||||
idx: 0,
|
idx: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
widget.HelpfulWidget.SetView(widget.View)
|
||||||
|
|
||||||
widget.LoadSources()
|
widget.LoadSources()
|
||||||
widget.SetDisplayFunction(widget.display)
|
widget.SetDisplayFunction(widget.display)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user