summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 04:01:39 -0500
committerJeff Carr <[email protected]>2025-09-03 04:03:23 -0500
commit0c4a91054f49dd1ff89fd74c7972c8282f18c70f (patch)
tree6d69a8c0bcf0b10d86e3ef7d6d9f0706f60922c6 /doGui.go
parent80fa693ba408c4f4f62d78a66779788a9965e9f5 (diff)
ConfigSave() and upgrade all buttonsv0.0.66v0.0.65v0.0.64
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 8707c32..99fae79 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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()