Remove early updateEncodingControls call

This commit is contained in:
Stu Leak 2026-01-04 07:14:53 -05:00
parent ba6587d2d3
commit b41e20a70e

View File

@ -6872,9 +6872,6 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
cb(val)
}
callCallback("updateEncodingControls")
if updateEncodingControls != nil {
updateEncodingControls()
}
}
setResolution := func(val string) {