summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
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