[vlc-commits] [Git][videolan/vlc][master] qml: fix menu in TracksMenu
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jun 8 14:12:12 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
2c5ed7f7 by Prince Gupta at 2023-06-08T13:43:14+00:00
qml: fix menu in TracksMenu
- - - - -
1 changed file:
- modules/gui/qt/player/qml/TracksMenu.qml
Changes:
=====================================
modules/gui/qt/player/qml/TracksMenu.qml
=====================================
@@ -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"),
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2c5ed7f7ed49136c820742f2c273841e6546906d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2c5ed7f7ed49136c820742f2c273841e6546906d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list