summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 00:13:17 -0500
committerJeff Carr <[email protected]>2025-09-04 00:13:17 -0500
commit9a32a7fe0b010cb1614dfd16197eaa23f196d722 (patch)
tree0646bdc2c2119163e4370b49d670d972f08d18b8 /doGui.go
parent7081a04d5838ba33747208123f3cacfe2b63da0d (diff)
rm junk
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index f18185a..f5928f6 100644
--- a/doGui.go
+++ b/doGui.go
@@ -156,6 +156,13 @@ func drawWindow(win *gadgets.GenericWindow) {
var patchesWin *stdPatchTableWin
gridM.NewButton("Pending patches", func() {
+ /*
+ defer func() {
+ if r := recover(); r != nil {
+ log.Warn("PANIC ecovered in NewButton()", r)
+ }
+ }()
+ */
if patchesWin != nil {
patchesWin.Toggle()
return