diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -122,6 +122,10 @@ func drawWindow(win *gadgets.BasicWindow) { me.gitAuthor.SetText(author) } + me.forgeMode = gadgets.NewOneLiner(grid, "Forge mode") + me.forgeMode.SetText(me.forge.GetMode()) + grid.NextRow() + // select the branch you want to test, build and develop against // this lets you select your user branch, but, when you are happy // you can merge everything into the devel branch and make sure it actually |
