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

Add help text for Weather

This commit is contained in:
Chris Cummer
2018-05-03 17:21:59 -07:00
parent 1baa884ce9
commit 6e179de0c4
4 changed files with 39 additions and 6 deletions

View File

@@ -220,7 +220,6 @@ func (widget *Widget) showHelp() {
closeFunc := func() {
widget.pages.RemovePage("help")
widget.app.SetFocus(widget.View)
widget.display()
}
modal := wtf.NewBillboardModal(helpText, closeFunc)