From b41e20a70e7f0bb2cb0e272d507e1804edbf651c Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Sun, 4 Jan 2026 07:14:53 -0500 Subject: [PATCH] Remove early updateEncodingControls call --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 2e32f53..a8bee7f 100644 --- a/main.go +++ b/main.go @@ -6872,9 +6872,6 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject { cb(val) } callCallback("updateEncodingControls") - if updateEncodingControls != nil { - updateEncodingControls() - } } setResolution := func(val string) {