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
Plasma
Plasma Workspace
Commits
220d3540
Commit
220d3540
authored
May 24, 2020
by
Konrad Materka
Browse files
[applets/mediacontroller] Icon for Playing/Paused
Add icon for Playing/Paused states, this partially reverts
!16
parent
6f826a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/mediacontroller/contents/ui/main.qml
View file @
220d3540
...
...
@@ -309,6 +309,7 @@ Item {
PropertyChanges
{
target
:
plasmoid
icon
:
"
media-playback-playing
"
toolTipMainText
:
track
toolTipSubText
:
artist
?
i18nc
(
"
by Artist (player name)
"
,
"
by %1 (%2)
"
,
artist
,
identity
)
:
identity
}
...
...
@@ -319,6 +320,7 @@ Item {
PropertyChanges
{
target
:
plasmoid
icon
:
"
media-playback-paused
"
toolTipMainText
:
track
toolTipSubText
:
artist
?
i18nc
(
"
by Artist (paused, player name)
"
,
"
by %1 (paused, %2)
"
,
artist
,
identity
)
:
i18nc
(
"
Paused (player name)
"
,
"
Paused (%1)
"
,
identity
)
}
...
...
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