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

Improves the speed of the help modal display

This commit is contained in:
Chris Cummer
2018-08-01 15:12:05 -07:00
parent e5a66edf61
commit 00abe70309
8 changed files with 8 additions and 0 deletions

View File

@@ -156,4 +156,5 @@ func (widget *Widget) showHelp() {
widget.pages.AddPage("help", modal, false, true)
widget.app.SetFocus(modal)
widget.app.Draw()
}