diff options
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
