Fixing typo

This commit is contained in:
Wayne Chen 2019-03-29 15:38:42 -07:00 committed by GitHub
parent 2622408792
commit 426ffe5a14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ Rectangle {
Item {
id: status;
visible: pushToTalk || (muted && (level >= userSpeakingLevel);
visible: pushToTalk || (muted && (level >= userSpeakingLevel));
anchors {
left: parent.left;