Fix duplicate queue button declaration in inspect view
This commit is contained in:
parent
320f522d85
commit
a5ad368d0f
3
main.go
3
main.go
|
|
@ -10313,9 +10313,6 @@ func buildInspectView(state *appState) fyne.CanvasObject {
|
||||||
)
|
)
|
||||||
|
|
||||||
// Bottom bar with module color
|
// Bottom bar with module color
|
||||||
queueBtn := widget.NewButton("View Queue", func() {
|
|
||||||
state.showQueue()
|
|
||||||
})
|
|
||||||
statusLabel := widget.NewLabel("Idle")
|
statusLabel := widget.NewLabel("Idle")
|
||||||
statusLabel.Alignment = fyne.TextAlignCenter
|
statusLabel.Alignment = fyne.TextAlignCenter
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user