mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
6 lines
131 B
Go
6 lines
131 B
Go
package buildkite
|
|
|
|
func (widget *Widget) initializeKeyboardControls() {
|
|
widget.InitializeRefreshKeyboardControl(widget.Refresh)
|
|
}
|