Enable manual CRF entry in CRF mode

This commit is contained in:
Stu Leak 2026-01-04 15:57:41 -05:00
parent 66c4f475b4
commit 839646b80e

View File

@ -8503,6 +8503,9 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
}
if showCRF && showManualCRF {
if crfEntry != nil {
crfEntry.Enable()
}
crfContainer.Show()
} else {
crfContainer.Hide()