Remove early updateEncodingControls call

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

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) {