summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 12:04:45 -0600
committerJeff Carr <[email protected]>2025-03-02 12:04:45 -0600
commit1ea717ce364d6bf4a76a8dddfc443fe538434d20 (patch)
treebdb7cd895096f461f467d54fc874c118da67b2a1
parent10a1741bd9c784b078dd4fcfe3ff4892743805c8 (diff)
stub in configure button
-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