diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 12:28:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 12:28:35 -0600 |
| commit | d608c36c28ba302cd74010d648cdbbc17a2b2e5e (patch) | |
| tree | 976a2efbf4f62f1bf1da040db3f75df6a349d1e8 | |
| parent | da82eeff92426f0ab5753ab83bb19dc0ba5b3256 (diff) | |
| -rw-r--r-- | doGui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ func drawWindow(win *gadgets.BasicWindow) { // works. Then, when that is good, merge and version everything in master me.setBranchB = grid.NewButton("git checkout", func() { if reposWin != nil { + log.Info("reposWin == nil") reposWin.Hide() } targetName := me.newBranch.String() |
