hmm. this still doesn't work

This commit is contained in:
Jeff Carr 2024-11-17 17:47:50 -06:00
parent e2fcd1cc2b
commit 8e73e6fd7e
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ func globalDisplayOptions(box *gui.Node) {
// if it succeeds, disable this button // if it succeeds, disable this button
me.setBranchesToMasterB.Disable() me.setBranchesToMasterB.Disable()
me.release.box.Enable() me.release.box.Enable()
me.repos.View.PrintReleaseReport("", "")
} else {
log.Info("setAllBranchesToMaster() failed")
} }
}) })
grid.NextRow() grid.NextRow()