stub in configure button
This commit is contained in:
parent
10a1741bd9
commit
1ea717ce36
4
doGui.go
4
doGui.go
|
@ -384,6 +384,10 @@ func drawWindow(win *gadgets.BasicWindow) {
|
||||||
makeStandardReposWindow("All repos", me.found)
|
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
|
// sets the text in the labels in the window
|
||||||
|
|
Loading…
Reference in New Issue