diff options
Diffstat (limited to 'debugFlags.go')
| -rw-r--r-- | debugFlags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugFlags.go b/debugFlags.go index a62b6b9..6072008 100644 --- a/debugFlags.go +++ b/debugFlags.go @@ -9,7 +9,7 @@ func (n *Node) DebugFlags(makeWindow bool) { // make a new window // make a new tab in the existing window if (makeWindow) { - w = Config.rootNode.NewWindow("Debug Flags") + w = me.rootNode.NewWindow("Debug Flags") w.Custom = w.StandardClose } else { w = n.NewTab("Flags") |
