From 23e4e139f1df01bfdd8987c48309a1e50977b7a1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 24 Oct 2021 09:01:51 -0500 Subject: NODE: it builds, runs and doesn't crash Also, it doesn't really work as the formatting and other buttons and things don't get populated --- gui.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui.go') diff --git a/gui.go b/gui.go index ccefa00..0c903b4 100644 --- a/gui.go +++ b/gui.go @@ -20,6 +20,8 @@ func init() { Data.WindowMap = make(map[string]*GuiWindow) Data.NodeMap = make(map[string]*Node) + Data.NodeSlice = make([]*Node, 0) + Config.counter = 0 Config.prefix = "jwc" } -- cgit v1.2.3