summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 05:50:18 -0500
committerJeff Carr <[email protected]>2025-09-03 05:50:18 -0500
commit30dcc8af9f35ed988b79d39121801d3a27a036c2 (patch)
treecfcf83dbf917175d40da3531396ef9462c0ae9a8 /doGui.go
parent557a5853a4f77f340697a91f521b02c2034f1a09 (diff)
working on patch handling
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index ec28b2a..630e059 100644
--- a/doGui.go
+++ b/doGui.go
@@ -146,7 +146,8 @@ func drawWindow(win *gadgets.GenericWindow) {
patchesWin.Toggle()
return
}
- loadUpstreamPatchsets()
+ me.forge.GetPatches()
+ // loadUpstreamPatchsets()
if me.psets == nil {
log.Info("failed to download current patchsets")
return