Show manual CRF row in CRF mode
This commit is contained in:
parent
745339ddcc
commit
e7ff0b6254
6
main.go
6
main.go
|
|
@ -8581,8 +8581,14 @@ func buildConvertView(state *appState, src *videoSource) fyne.CanvasObject {
|
||||||
if crfEntry != nil {
|
if crfEntry != nil {
|
||||||
crfEntry.Enable()
|
crfEntry.Enable()
|
||||||
}
|
}
|
||||||
|
if manualCrfRow != nil {
|
||||||
|
manualCrfRow.Show()
|
||||||
|
}
|
||||||
crfContainer.Show()
|
crfContainer.Show()
|
||||||
} else {
|
} else {
|
||||||
|
if manualCrfRow != nil {
|
||||||
|
manualCrfRow.Hide()
|
||||||
|
}
|
||||||
crfContainer.Hide()
|
crfContainer.Hide()
|
||||||
}
|
}
|
||||||
if showBitrate {
|
if showBitrate {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user