Fix duplicate queue button declaration in inspect view

This commit is contained in:
Stu Leak 2025-12-17 02:45:39 -05:00
parent 320f522d85
commit a5ad368d0f

View File

@ -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