Skip to content
Snippets Groups Projects
Commit 37cab63f authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Hugo Beauzée-Luyssen
Browse files

qml: fix VideoDisplayRecentVideos context menu

parent bee28a31
No related branches found
No related tags found
1 merge request!1867qml: fix VideoDisplayRecentVideos context menu
Pipeline #218087 passed with stage
in 14 minutes and 34 seconds
......@@ -134,7 +134,7 @@ FocusScope {
// NOTE: contextMenu.popup wants a list of indexes.
onContextMenuButtonClicked: {
contextMenu.popup([root.model.index(index, 0)],
contextMenu.popup([listView.model.index(index, 0)],
globalMousePos,
{ "player-options": [":restore-playback-pos=2"] })
}
......
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