Fix command preview drawer declaration
This commit is contained in:
parent
55d4969bc2
commit
40d2a57f74
4
main.go
4
main.go
|
|
@ -7307,6 +7307,9 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Forward declare drawer-backed preview builder.
|
||||||
|
var buildCommandPreview func() fyne.CanvasObject
|
||||||
|
|
||||||
// Command Preview toggle button (drawer)
|
// Command Preview toggle button (drawer)
|
||||||
cmdPreviewBtn := widget.NewButton("Command Preview…", func() {
|
cmdPreviewBtn := widget.NewButton("Command Preview…", func() {
|
||||||
if src == nil {
|
if src == nil {
|
||||||
|
|
@ -7361,7 +7364,6 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
|
||||||
|
|
||||||
// Forward declare functions needed by formatContainer callback
|
// Forward declare functions needed by formatContainer callback
|
||||||
var updateDVDOptions func()
|
var updateDVDOptions func()
|
||||||
var buildCommandPreview func() fyne.CanvasObject
|
|
||||||
var updateChapterWarning func()
|
var updateChapterWarning func()
|
||||||
var updateQualityOptions func()
|
var updateQualityOptions func()
|
||||||
var updateQualityVisibility func()
|
var updateQualityVisibility func()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user