diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 04:46:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 04:46:45 -0600 |
| commit | 79178228b3113ed770cf0325aeea8acdc67c392f (patch) | |
| tree | 67a5a413d28dc38bc56cfc5fcfab9afcace94c0e /doGui.go | |
| parent | c1f7968f7cf66430c8d4ca352f0830b3029a4f08 (diff) | |
attempt to merge devel
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |
