Remove early updateEncodingControls call
This commit is contained in:
parent
ba6587d2d3
commit
b41e20a70e
3
main.go
3
main.go
|
|
@ -6872,9 +6872,6 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
|
||||||
cb(val)
|
cb(val)
|
||||||
}
|
}
|
||||||
callCallback("updateEncodingControls")
|
callCallback("updateEncodingControls")
|
||||||
if updateEncodingControls != nil {
|
|
||||||
updateEncodingControls()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setResolution := func(val string) {
|
setResolution := func(val string) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user