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
fca3a9b3
Commit
fca3a9b3
authored
Nov 21, 2022
by
Nate Graham
Browse files
Re-arange playlist overflow menu
(cherry picked from commit
62c8ad3b
)
parent
99def659
Pipeline
#272584
passed with stage
in 5 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/qml/PlayListEntry.qml
View file @
fca3a9b3
...
...
@@ -404,13 +404,13 @@ BasePlayListDelegate {
onVisibleChanged
:
menuLoader
.
menuVisible
=
visible
MenuItem
{
action
:
actionList
.
locateFil
eAction
action
:
actionList
.
playPaus
eAction
}
MenuItem
{
action
:
actionList
.
infoAction
}
MenuItem
{
action
:
actionList
.
playPaus
eAction
action
:
actionList
.
locateFil
eAction
}
MenuItem
{
action
:
actionList
.
ratingAction
...
...
@@ -420,6 +420,7 @@ BasePlayListDelegate {
action
:
actionList
.
favoriteAction
visible
:
ElisaApplication
.
useFavoriteStyleRatings
}
MenuSeparator
{
}
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