summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index 94245a6..9240cf6 100644
--- a/doGui.go
+++ b/doGui.go
@@ -53,6 +53,10 @@ func doGui() {
grid.NewButton("Events", func() {
log.Info("todo: start a list here!")
+ pm := me.portmaps.InsertByListen(5556)
+ pm.Connect = "haha. gotcha"
+ pm.Enabled = true
+ me.portmaps.ConfigSave()
})
// sit here forever refreshing the GUI