summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-07 11:23:47 -0500
committerJeff Carr <[email protected]>2023-04-07 11:23:47 -0500
commitc16bb5b088ce71fd6d032228b505cb5e133fcb3c (patch)
tree197d7784d6050c2d1bdf197ab03a610ce8492f04 /main.go
parent5645231c498048dd4a1e4b097437a6f4c63cd022 (diff)
okay thenv0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6eb15c3..5aedd51 100644
--- a/main.go
+++ b/main.go
@@ -42,7 +42,10 @@ func main() {
// myGui = gui.Main(initGUI)
myGui = gui.Start()
sleep(1)
- initGUI()
+ setupControlPanelWindow()
+ sleep(1)
+ myGui.LoadPlugin("gocui")
+ // gui.Redraw("gocui")
sleep(1)
checkNetworkChanges()
}