From 79178228b3113ed770cf0325aeea8acdc67c392f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 04:46:45 -0600 Subject: attempt to merge devel --- doGui.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doGui.go') diff --git a/doGui.go b/doGui.go index e1de155..43eeef1 100644 --- a/doGui.go +++ b/doGui.go @@ -101,6 +101,10 @@ func drawWindow(win *gadgets.BasicWindow) { // me.autoWorkingPwd = gadgets.NewOneLiner(grid, "working directory (pwd)") me.goSrcPwd = gadgets.NewOneLiner(grid, "repo src home") + grid.NewLabel("") + me.demoB = grid.NewButton("Demo", func() { + log.Info("todo: put instructions here") + }) grid.NextRow() usr, _ := user.Current() -- cgit v1.2.3