summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 23:59:12 -0600
committerJeff Carr <[email protected]>2025-01-29 12:18:16 -0600
commit24988d440cf7a7919c964447b8997390ac28da0b (patch)
treead720d1e5996b251b10b6f6cc60f70fb1904da53 /windowPatches.go
parent345c1ee9b1a3d5a55fef53edb2f3a6d89aaf2fcd (diff)
rethink doVerify() strategy. put in the GUI instead
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/windowPatches.go b/windowPatches.go
index 793afb8..ad14e7f 100644
--- a/windowPatches.go
+++ b/windowPatches.go
@@ -1,6 +1,7 @@
package main
import (
+ "slices"
"strings"
"sync"
@@ -90,6 +91,7 @@ func (r *patchesWindow) initWindow() {
log.Info(err)
return
}
+ slices.Reverse(lines)
for i, line := range lines {
log.Info(i, line)
r.addPatchset(line)