From 24988d440cf7a7919c964447b8997390ac28da0b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Jan 2025 23:59:12 -0600 Subject: rethink doVerify() strategy. put in the GUI instead --- windowPatches.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windowPatches.go') 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) -- cgit v1.2.3