summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-05 01:24:20 -0500
committerJeff Carr <[email protected]>2025-09-05 01:24:20 -0500
commit04028e61817ccc8b3c33976aedbf1ada2736eb10 (patch)
treef0c341723acfc786dd262b9385796a5ea3d0fdf5 /doGui.go
parentc5025d25b2cb8306539f43c836063e0b55e49792 (diff)
more stuff
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index 00245f4..79e3e56 100644
--- a/doGui.go
+++ b/doGui.go
@@ -196,6 +196,10 @@ func drawWindow(win *gadgets.GenericWindow) {
all := me.forge.Patchsets.All()
for all.Scan() {
pset := all.Next()
+ if pset.State == "DONE" {
+ // skip old patchsets
+ continue
+ }
AddAllPatches(notdone, pset, false)
// AddNotDonePatches(notdone, pset, false)
}