summaryrefslogtreecommitdiff
path: root/windowHowto.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 22:14:30 -0500
committerJeff Carr <[email protected]>2025-09-11 22:14:30 -0500
commitbd951e4817153227072542b2d1b1991fe0b842d1 (patch)
tree48742386ff670ab6f6994355b54ea535048229ce /windowHowto.go
parentfa3e6c3cd5568a0ca730814017273e73a46741a2 (diff)
stop using GoSrc()
Diffstat (limited to 'windowHowto.go')
-rw-r--r--windowHowto.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/windowHowto.go b/windowHowto.go
index 35c9f09..3663ee3 100644
--- a/windowHowto.go
+++ b/windowHowto.go
@@ -41,10 +41,10 @@ func makeHowtoWin() *gadgets.GenericWindow {
grid.NewLabel("") // a stupid way to add padding
grid.NextRow()
- // howtoWin.Group.NewLabel("Working dir: " + me.forge.GetGoSrc())
+ // howtoWin.Group.NewLabel("Working dir: " + me.forge.Config.ReposDir)
grid = howtoWin.Group.RawGrid()
- grid.NewButton("Download into "+me.forge.GetGoSrc(), func() {
+ grid.NewButton("Download into "+me.forge.Config.ReposDir, func() {
howtoWin.Disable()
defer howtoWin.Enable()
downloadForge()