diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 01:24:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 01:24:20 -0500 |
| commit | 04028e61817ccc8b3c33976aedbf1ada2736eb10 (patch) | |
| tree | f0c341723acfc786dd262b9385796a5ea3d0fdf5 /doGui.go | |
| parent | c5025d25b2cb8306539f43c836063e0b55e49792 (diff) | |
more stuff
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) } |
