summaryrefslogtreecommitdiff
path: root/debugWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-12 13:00:29 -0500
committerJeff Carr <[email protected]>2023-04-12 13:00:29 -0500
commit047cde4c9d68ea4ff87006448137e836ec9eb140 (patch)
treece3332991cf5ebd7761e9021f66db787abd25536 /debugWindow.go
parent982097557b2625cf04378cd7e7771122382d6de9 (diff)
better toolkit init options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugWindow.go')
-rw-r--r--debugWindow.go4
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