Simplify merge format list

This commit is contained in:
Stu Leak 2025-12-24 01:05:16 -05:00
parent 499be5ef98
commit 1ca5810bad

View File

@ -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) {