From 1ea717ce364d6bf4a76a8dddfc443fe538434d20 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Mar 2025 12:04:45 -0600 Subject: [PATCH] stub in configure button --- doGui.go | 4 ++++ 1 file changed, 4 insertions(+) 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