fix icons missing
This commit is contained in:
parent
a2065bff51
commit
de2be39a88
12 changed files with 15 additions and 15 deletions
|
|
@ -11,7 +11,7 @@ Row {
|
|||
readonly property bool playing: player?.playbackState === MprisPlaybackState.Playing
|
||||
|
||||
M.BarIcon {
|
||||
icon: root.playing ? "" : (root.player?.playbackState === MprisPlaybackState.Paused ? "" : "")
|
||||
icon: root.playing ? "" : (root.player?.playbackState === MprisPlaybackState.Paused ? "" : "")
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
M.BarLabel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue