From a5ad368d0f127f31e6ff114f02ecdb87cbff44e2 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Wed, 17 Dec 2025 02:45:39 -0500 Subject: [PATCH] Fix duplicate queue button declaration in inspect view --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index b4f3074..518d4cc 100644 --- a/main.go +++ b/main.go @@ -10313,9 +10313,6 @@ func buildInspectView(state *appState) fyne.CanvasObject { ) // Bottom bar with module color - queueBtn := widget.NewButton("View Queue", func() { - state.showQueue() - }) statusLabel := widget.NewLabel("Idle") statusLabel.Alignment = fyne.TextAlignCenter