stub in configure button

This commit is contained in:
Jeff Carr 2025-03-02 12:04:45 -06:00
parent 10a1741bd9
commit 1ea717ce36
1 changed files with 4 additions and 0 deletions

View File

@ -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