summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-25 07:27:21 -0500
committerJeff Carr <[email protected]>2025-03-25 13:17:00 -0500
commit99e30376f0a7835b564e408e877f2faca6ceae29 (patch)
tree9b4b3bc04a7deb5008aff57201b05553ce909bbb /doGui.go
parentaed4c927130f5bc52f062dff40f3b48500b14081 (diff)
button to show all patchesv0.22.113
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 7d91db7..c8c997a 100644
--- a/doGui.go
+++ b/doGui.go
@@ -237,7 +237,7 @@ func drawWindow(win *gadgets.GenericWindow) {
all := me.psets.All()
for all.Scan() {
pset := all.Next()
- AddNotDonePatches(notdone, pset)
+ AddNotDonePatches(notdone, pset, false)
}
for patch := range notdone.IterAll() {