diff options
| author | Jeff Carr <[email protected]> | 2025-03-25 07:27:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-25 13:17:00 -0500 |
| commit | 99e30376f0a7835b564e408e877f2faca6ceae29 (patch) | |
| tree | 9b4b3bc04a7deb5008aff57201b05553ce909bbb /doGui.go | |
| parent | aed4c927130f5bc52f062dff40f3b48500b14081 (diff) | |
button to show all patchesv0.22.113
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
