From d608c36c28ba302cd74010d648cdbbc17a2b2e5e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 12:28:35 -0600 Subject: [PATCH] hmm. notsure --- doGui.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doGui.go b/doGui.go index 6c02ed9..10d579f 100644 --- a/doGui.go +++ b/doGui.go @@ -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()