diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 12:04:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 12:04:45 -0600 |
| commit | 1ea717ce364d6bf4a76a8dddfc443fe538434d20 (patch) | |
| tree | bdb7cd895096f461f467d54fc874c118da67b2a1 | |
| parent | 10a1741bd9c784b078dd4fcfe3ff4892743805c8 (diff) | |
stub in configure button
| -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 |
