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

Simplify the view loading for the keyboard widget

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer
2020-11-26 14:05:34 -08:00
parent 4a820dd0e5
commit f9a06540f1
44 changed files with 29 additions and 85 deletions

View File

@@ -33,8 +33,6 @@ func NewWidget(app *tview.Application, pages *tview.Pages, settings *Settings) *
widget.initializeKeyboardControls()
widget.View.SetRegions(true)
widget.KeyboardWidget.SetView(widget.View)
return &widget
}