Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
54358a91
Commit
54358a91
authored
2 years ago
by
Prince Gupta
Committed by
Hugo Beauzée-Luyssen
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: use MLContextMenu in 'Continue Watching' section of video
parent
2e1146cb
No related branches found
Branches containing commit
No related tags found
1 merge request
!1876
qml: use async api to query data for context menu handling
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/medialibrary/qml/VideoDisplayRecentVideos.qml
+3
-1
3 additions, 1 deletion
modules/gui/qt/medialibrary/qml/VideoDisplayRecentVideos.qml
with
3 additions
and
1 deletion
modules/gui/qt/medialibrary/qml/VideoDisplayRecentVideos.qml
+
3
−
1
View file @
54358a91
...
...
@@ -50,10 +50,12 @@ FocusScope {
// Childs
Video
ContextMenu
{
Util.ML
ContextMenu
{
id
:
contextMenu
model
:
listView
.
model
showPlayAsAudioAction
:
true
}
Column
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment