Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
99def659
Commit
99def659
authored
Nov 21, 2022
by
Nate Graham
Browse files
Add missing rating action to playlist overflow menu
(cherry picked from commit
62e75f3d
)
parent
c10fe5ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/PlayListEntry.qml
View file @
99def659
...
...
@@ -412,6 +412,14 @@ BasePlayListDelegate {
MenuItem
{
action
:
actionList
.
playPauseAction
}
MenuItem
{
action
:
actionList
.
ratingAction
visible
:
!
ElisaApplication
.
useFavoriteStyleRatings
}
MenuItem
{
action
:
actionList
.
favoriteAction
visible
:
ElisaApplication
.
useFavoriteStyleRatings
}
MenuItem
{
action
:
actionList
.
removeAction
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment