summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doGui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index 1e3d513..3890d1b 100644
--- a/doGui.go
+++ b/doGui.go
@@ -384,6 +384,10 @@ func drawWindow(win *gadgets.BasicWindow) {
makeStandardReposWindow("All repos", me.found)
})
+ grid.NewButton("Configure", func() {
+ log.Info("add a forge config window here")
+ })
+
}
// sets the text in the labels in the window