[vlc-commits] [Git][videolan/vlc][master] qml: fix `ctx` property not set in PlaylistListContextMenu
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Aug 5 15:07:23 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
0304f28f by Fatih Uzunoglu at 2024-08-05T13:44:51+00:00
qml: fix `ctx` property not set in PlaylistListContextMenu
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
=====================================
@@ -240,6 +240,8 @@ MainViewLoader {
id: contextMenu
model: root.model
+
+ ctx: MainCtx
}
// TBD: Refactor this with MusicGenres ?
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0304f28faf9f2669150683c69118733ada2ddd1c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0304f28faf9f2669150683c69118733ada2ddd1c
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