Skip to content
Snippets Groups Projects
Commit 2c5ed7f7 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Steve Lhomme
Browse files

qml: fix menu in TracksMenu

parent a41a0d83
No related branches found
No related tags found
Loading
Pipeline #351103 passed with stage
in 28 minutes and 52 seconds
......@@ -217,7 +217,7 @@ T.Popup {
"menuIcon": VLCIcons.expand,
"menuText": I18n.qtr("Menu"),
"menuAction": function(menuPos) {
menuSubtitle.popup(menuPos)
menuAudio.popup(menuPos)
}
}, {
"title": I18n.qtr("Video Tracks"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment