mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Fixing typo
This commit is contained in:
parent
2622408792
commit
426ffe5a14
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ Rectangle {
|
||||||
Item {
|
Item {
|
||||||
id: status;
|
id: status;
|
||||||
|
|
||||||
visible: pushToTalk || (muted && (level >= userSpeakingLevel);
|
visible: pushToTalk || (muted && (level >= userSpeakingLevel));
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
|
|
Loading…
Reference in a new issue