Skip to content
GitLab
Menu
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
7a8a311f
Commit
7a8a311f
authored
Jan 03, 2022
by
Jack Hill
Committed by
Nate Graham
Jan 04, 2022
Browse files
Changed clear playlist icon to "undo" icon
Previously the notification used the "cancel" icon.
BUG: 447826
parent
162abb39
Pipeline
#118253
passed with stage
in 4 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/qml/MediaPlayListView.qml
View file @
7a8a311f
...
...
@@ -73,7 +73,7 @@ Kirigami.Page {
Kirigami.Action
{
id
:
undoAction
text
:
i18nc
(
"
Undo
"
,
"
Undo
"
)
icon.name
:
"
di
alog-cancel
"
icon.name
:
"
e
di
t-undo
"
onTriggered
:
ElisaApplication
.
mediaPlayListProxyModel
.
undoClearPlayList
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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