Simplify merge format list
This commit is contained in:
parent
499be5ef98
commit
1ca5810bad
2
main.go
2
main.go
|
|
@ -2968,7 +2968,6 @@ func (s *appState) showMergeView() {
|
||||||
"MP4 (AV1)": "av1",
|
"MP4 (AV1)": "av1",
|
||||||
"WebM (VP9)": "webm-vp9",
|
"WebM (VP9)": "webm-vp9",
|
||||||
"DVD Format": "dvd",
|
"DVD Format": "dvd",
|
||||||
"Blu-ray Format": "bd-h264",
|
|
||||||
}
|
}
|
||||||
// Maintain order for dropdown
|
// Maintain order for dropdown
|
||||||
formatKeys := []string{
|
formatKeys := []string{
|
||||||
|
|
@ -2979,7 +2978,6 @@ func (s *appState) showMergeView() {
|
||||||
"MP4 (AV1)",
|
"MP4 (AV1)",
|
||||||
"WebM (VP9)",
|
"WebM (VP9)",
|
||||||
"DVD Format",
|
"DVD Format",
|
||||||
"Blu-ray Format",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
keepAllCheck := widget.NewCheck("Keep all audio/subtitle tracks", func(v bool) {
|
keepAllCheck := widget.NewCheck("Keep all audio/subtitle tracks", func(v bool) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user