mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +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 {
|
||||
id: image
|
||||
visible: false
|
||||
source: (pushToTalk) ? (pushingToTalk ? pushToTalkIcon : pushToTalkMutedIcon) : muted ? mutedIcon :
|
||||
source: (pushToTalk) ? pushToTalkIcon : muted ? mutedIcon :
|
||||
clipping ? clippingIcon : gated ? gatedIcon : unmutedIcon
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
@ -170,7 +170,7 @@ Rectangle {
|
|||
Image {
|
||||
id: maskImage
|
||||
visible: false
|
||||
source: (pushToTalk) ? (pushingToTalk ? pushToTalkIcon : pushToTalkMutedIcon) : muted ? mutedIcon :
|
||||
source: (pushToTalk) ? pushToTalkIcon : muted ? mutedIcon :
|
||||
clipping ? clippingIcon : gated ? gatedIcon : unmutedIcon
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Reference in a new issue