diff options
| author | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-12 13:00:29 -0500 |
| commit | 047cde4c9d68ea4ff87006448137e836ec9eb140 (patch) | |
| tree | ce3332991cf5ebd7761e9021f66db787abd25536 /debugWindow.go | |
| parent | 982097557b2625cf04378cd7e7771122382d6de9 (diff) | |
better toolkit init options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugWindow.go')
| -rw-r--r-- | debugWindow.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debugWindow.go b/debugWindow.go index 1a97e2c..d7d7961 100644 --- a/debugWindow.go +++ b/debugWindow.go @@ -90,8 +90,8 @@ func (n *Node) DebugTab(title string) *Node { } }) - g2.NewButton("load plugin 'gocui'", func () { - LoadPlugin("gocui") + g2.NewButton("load toolkit 'gocui'", func () { + Config.rootNode.LoadToolkit("gocui") }) return newN |
