summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 03:03:29 -0600
committerJeff Carr <[email protected]>2025-03-02 03:03:29 -0600
commitd953ae8db666cf4f88d330b17f85af77ba03f8b9 (patch)
treea211b9ba66469176cd911f2096eb4c5f021f3865 /doGui.go
parent948c47b7ff5939d53636e28270fab49087ce184d (diff)
add a 'forge mode' concept
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index 1d8e04c..ec2fe79 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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