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