mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-09 20:30:14 +02:00
changed ptt muted icon
This commit is contained in:
parent
5686f51171
commit
1481c7424f
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ Rectangle {
|
||||||
Image {
|
Image {
|
||||||
id: image
|
id: image
|
||||||
visible: false
|
visible: false
|
||||||
source: (pushToTalk) ? (pushingToTalk ? pushToTalkIcon : pushToTalkMutedIcon) : muted ? mutedIcon :
|
source: (pushToTalk) ? pushToTalkIcon : muted ? mutedIcon :
|
||||||
clipping ? clippingIcon : gated ? gatedIcon : unmutedIcon
|
clipping ? clippingIcon : gated ? gatedIcon : unmutedIcon
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
@ -170,7 +170,7 @@ Rectangle {
|
||||||
Image {
|
Image {
|
||||||
id: maskImage
|
id: maskImage
|
||||||
visible: false
|
visible: false
|
||||||
source: (pushToTalk) ? (pushingToTalk ? pushToTalkIcon : pushToTalkMutedIcon) : muted ? mutedIcon :
|
source: (pushToTalk) ? pushToTalkIcon : muted ? mutedIcon :
|
||||||
clipping ? clippingIcon : gated ? gatedIcon : unmutedIcon
|
clipping ? clippingIcon : gated ? gatedIcon : unmutedIcon
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in a new issue