Enable manual CRF entry in CRF mode
This commit is contained in:
parent
66c4f475b4
commit
839646b80e
3
main.go
3
main.go
|
|
@ -8503,6 +8503,9 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
if showCRF && showManualCRF {
|
if showCRF && showManualCRF {
|
||||||
|
if crfEntry != nil {
|
||||||
|
crfEntry.Enable()
|
||||||
|
}
|
||||||
crfContainer.Show()
|
crfContainer.Show()
|
||||||
} else {
|
} else {
|
||||||
crfContainer.Hide()
|
crfContainer.Hide()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user