diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
