diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -69,6 +69,10 @@ func doGui() { log.Info("todo: start a list here!") }) + grid.NewButton("ConfigSave()", func() { + saveMachineState() + }) + // sit here forever refreshing the GUI for { refresh() |
