add opacity for muted streams

pull/1/head
Michail Vourlakos 8 years ago
parent 4eebd8e34c
commit 044143ef92

@ -58,8 +58,16 @@ Item {
radius: width/2
color: theme.backgroundColor
border.width: 1
border.color: root.minimizedDotColor
Rectangle {
anchors.fill: parent
color: "transparent"
border.width: 1
border.color: root.minimizedDotColor
radius: width/2
opacity: mainItemContainer.playingAudio && !mainItemContainer.muted ? 1 : 0.4
}
Latte.IconItem{
id: audioStreamIcon

Loading…
Cancel
Save